Skip to content

Commit 53f7bd7

Browse files
committed
docs: add release documentation
1 parent 979d055 commit 53f7bd7

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/release.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Releasing `godu`
2+
3+
`godu` is released using a GitHub action and `goreleaser`.
4+
5+
1. tag a new version `git tag v1.5.1`
6+
1. push the tag `git push origin v1.5.1`
7+
8+
If everything goes well, that's all you have to do.
9+
10+
## Generate homebrew taps token
11+
Once a year, you need to [generate a new token](https://github.com/settings/tokens?type=beta) for the [homebrew-taps](https://github.com/viktomas/homebrew-taps) repository. So that the `goreleaser` job can write into it.

0 commit comments

Comments
 (0)