Skip to content

Commit

Permalink
Merge pull request #3 from jamestelfer/release-improvements
Browse files Browse the repository at this point in the history
ci: tweak wording of release text
  • Loading branch information
jamestelfer authored Jul 30, 2024
2 parents 5fc75ee + 60d5020 commit 37cd9bf
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@ builds:
checksum:
name_template: "checksums.txt"

nfpms:
- id: rpm
formats:
- apk
- deb
- rpm

archives:
- format: tar.gz
name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}"
Expand All @@ -32,8 +39,12 @@ changelog:
release:
prerelease: auto
header: |
Distributions for this release are published as binaries below.
Distributions for this release are published as binaries for Mac, Linux and Windows below. Download, extract and install the binary appropriate to the target system in order to use it as a credential helper.
In order for Docker to be able to use the binary, it must be:
In order for Docker to be able to use the binary, it must be in the PATH, have the name `docker-credential-env`, and be executable by the required user. Note that it is sufficient to create an appropriately named symoblic link to make it discoverable by Docker.
- in the PATH
- have the name `docker-credential-env`, and
- be executable by the required user.
Binaries are available for Mac, Linux and Windows.
Note that it is sufficient to create an appropriately named symbolic link to make it discoverable by Docker.

0 comments on commit 37cd9bf

Please sign in to comment.