So it's time to release a new version.
Versions must follow Semantic Versioning 2.0.0.
- Bump the version in package.yaml.
- Correct the version accordingly in spec/version.yaml.
- Run
make check
. - Commit the changes and push to the
main
branch. - Tag
HEAD
with the version (git tag vX.Y.Z HEAD
). - Push the new tag with
git push --tags
. - Wait until the draft release shows up, with all artifacts.
- Add a description and publish it.