From 1e0ff278b445c499f77d48538be46151d300735d Mon Sep 17 00:00:00 2001 From: Dan Rue Date: Thu, 23 Aug 2018 16:22:45 -0500 Subject: [PATCH] Update Releasing instructions Signed-off-by: Dan Rue --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index bdfaed8..a8cd1de 100644 --- a/README.md +++ b/README.md @@ -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