When updating this repository to a new release the following steps need to be undertaken.
- Update
Cmd.Version
inzet-cmd/cmd/zet/main.go
- Merge to
main
all changes required for the new release - Create a new tag to match the
Cmd.Version
withgit tag -a v0.0.0 -m "v0.0.0" -s
- Push the tag with
git push --tags
which will triggergoreleaser
to build new binaries