Skip to content

Commit

Permalink
Merge pull request kelseyhightower#371 from bacongobbler/update-check…
Browse files Browse the repository at this point in the history
…list

update checklist
  • Loading branch information
kelseyhightower committed Jan 23, 2016
2 parents 233ac99 + 686a3f3 commit c615c18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/release-checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ When drafting a new release, you must make sure that a `darwin` and `linux` buil
been uploaded. If you have cross-compile support, you can use the following command to generate
those binaries:

$ CONFD_CROSSPLATFORMS="darwin/amd64 linux/amd64"
$ CONFD_CROSSPLATFORMS="darwin/amd64 linux/amd64" NEW_RELEASE="x.y.z"
$ for platform in $CONFD_CROSSPLATFORMS; do \
GOOS=${platform%/*} GOARCH=${platform##*/} ./build; \
mv bin/confd bin/confd-$NEW_RELEASE-${platform%/*}-${platform##*/}; \
Expand Down

0 comments on commit c615c18

Please sign in to comment.