Steps to release a new version X.Y.Z, for maintainers.
On branch main
:
Update CHANGELOG.md to reflect changes since last release, add the new release header.
Follow these guidelines.
You can list git changes with:
git log --oneline $(git describe --abbrev=0)..
Edit Makefile and set 'VERSION=X.Y.Z' for the new release.
Make sure you are logged in to quay.io/korrel8r
to push images.
make clean; make pre-release REGISTRY_BASE=quay.io/korrel8r
Use git status
to verify that all changes are related to the version number change.
Commit and push you changes to origin/main
with commit message 'Release X.Y.Z'