parent
ea82fea8e1
commit
873170c6d1
@ -1,9 +1,9 @@
|
|||||||
# Releasing
|
# Releasing
|
||||||
|
|
||||||
Releases are handled by the CD server with includes checksums for each binary.
|
Releases are automatically built by the github workflow and uploaded to the release.
|
||||||
|
|
||||||
```bash
|
1. Bump `VERSION` in `internal/config.go`.
|
||||||
git tag 0.x
|
2. Update `CHANGELOG.md`
|
||||||
git push
|
3. Commit to master
|
||||||
git push origin --tags
|
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.
|
||||||
|
Loading…
Reference in new issue