Skip to content

Commit

Permalink
Update release documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Piccirello committed Nov 1, 2019
1 parent 8dfd611 commit 7773c5a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Expand Up @@ -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
Expand Down

0 comments on commit 7773c5a

Please sign in to comment.