You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
346 B
10 lines
346 B
# Releasing
|
|
|
|
Releases are automatically built by the github workflow and uploaded to the release.
|
|
|
|
1. Bump `VERSION` in `internal/config.go`.
|
|
2. Update `CHANGELOG.md`
|
|
3. Commit to master
|
|
4. Create a new release with the `v1.2.3` tag and mark as draft.
|
|
5. The Github action will build the binaries, upload and mark the release as ready when done.
|