Skip to content

Releasing

Simon Warta edited this page Aug 2, 2021 · 12 revisions
  1. Use make build to create a local tag
  2. Test the image from 1. locally
  3. Update Makefile, CHANGELOG.md and README.md to the new version
  4. Use make publish to publish
  5. git tag v0.99.99
  6. git push && git push --tags
Clone this wiki locally