Skip to content

Commit

Permalink
Releases 1.4.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-nolan committed Sep 19, 2023
1 parent bdb0d03 commit 3706389
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Drone Secrets Sync

## \[1.4.1\] (2023-09-19)

### Changed

- Aligned `cmd` directory name to executable name to allow easy use of `go install`.

## \[1.4.0\] (2023-09-19)

### Added
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,12 @@ curl -fsL https://github.com/colin-nolan/drone-secrets-sync/releases/latest/dron
chmod +x /usr/local/bin/drone-secrets-sync
```

### From GitHub

```shell
go install github.com/colin-nolan/drone-secrets-sync/cmd/drone-secrets-sync@
```

### From Source

```shell
Expand Down

0 comments on commit 3706389

Please sign in to comment.