Skip to content

Commit

Permalink
Update Releasing instructions
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Rue <dan.rue@linaro.org>
  • Loading branch information
danrue committed Aug 23, 2018
1 parent 9b9465f commit 1e0ff27
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,10 @@ target will also run 'go vet' and 'golint'. golint may need to be installed

## Releasing

If travis has a github api key provided (see goreleaser docs), it will upload
the binaries to the release after making a release in github (or pushing a
tag). Otherwise, after tagging, a release can be made by running the following,
where 'v0.1.2' is the recent tag:
Create a release in github, and then run the following locally to build and
upload the binaries to the release, where 'v0.1.2' is the recent tag:

export GITHUB_TOKEN=xxxxxxxxxxyyyyyyyyzzzzzzzzz
git pull
make clean
TRAVIS_TAG=v0.1.2 goreleaser
goreleaser

0 comments on commit 1e0ff27

Please sign in to comment.