Skip to content

Commit

Permalink
Merge pull request #8 from tkhq/andrew/update-readme
Browse files Browse the repository at this point in the history
include tag signing in README

Former-commit-id: 5034b0c
  • Loading branch information
andrewkmin authored Mar 17, 2023
2 parents 1206cb4 + 56b9774 commit e0797ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ To release:
# Generate a Github token with "write:packages"
# ==> https://github.com/settings/tokens
$ export GITHUB_TOKEN=<your token>
$ git tag -a vx.y.z -m "New release: x.y.z"
$ git tag -s -a vx.y.z -m "New release: x.y.z" # create a signed tag
$ git tag -v vx.y.z # verify the tag
$ git push origin vx.y.z
$ goreleaser release --rm-dist
```
Expand Down

0 comments on commit e0797ef

Please sign in to comment.