Back to Git Cliff

Creating a Release

RELEASE.md

2.13.1724 B
Original Source

Creating a Release

GitHub, crates.io and Docker Hub releases are automated via GitHub actions and triggered by pushing a tag.

  1. Run the release script: ./release.sh v[X.Y.Z]
  2. Push the changes: git push
  3. Check if Continuous Integration workflow is completed successfully.
  4. Push the tags: git push --tags
  5. Wait for Continuous Deployment workflow to finish.
    • Do not forget to set vars.USE_TESTPYPI variable to false before release.