From 7773c5a854791b40ee4ee34f3ce9f96159baa4cb Mon Sep 17 00:00:00 2001 From: Thomas Piccirello Date: Fri, 1 Nov 2019 02:37:53 -0700 Subject: [PATCH] Update release documentation --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 17cc9ad2..e4195e6f 100644 --- a/README.md +++ b/README.md @@ -19,9 +19,10 @@ Build the app with `go build`. Run `build.sh` instead if you want to build cross ## Release ``` -git tag vX.Y.Z -a -m "Initial release" +git status # confirm clean workspace and no unpushed changes +git tag vX.Y.Z -a -m "Release notes" git push --tags -goreleaser release --rm-dist +GITHUB_TOKEN=$(doppler secrets get GITHUB_TOKEN --plain goreleaser release --rm-dist ``` Note: The release will automatically fail if the tag and HEAD have diverged