autorestic/RELEASE.md

10 lines
346 B
Markdown
Raw Normal View History

2020-06-25 09:36:17 +02:00
# Releasing
2021-04-20 23:26:57 +02:00
Releases are automatically built by the github workflow and uploaded to the release.
2020-06-25 09:36:17 +02:00
2021-04-20 23:26:57 +02:00
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.