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 7, 2019
1 parent f83b4c3 commit 7622cc7
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,9 @@ Test building for all targets:
### Release

```
vi version.go # bump the version
git add version.go && git commit -m "Bump version to vX.Y.Z" && git push
git status # confirm clean workspace
git tag vX.Y.Z -a -m "The release message"
git tag -a vX.Y.Z -m "The release message"
git push --tags
GITHUB_TOKEN=$(doppler secrets get GITHUB_TOKEN --plain 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 7622cc7

Please sign in to comment.