1
1
mirror of https://github.com/orhun/git-cliff.git synced 2024-07-07 03:16:19 +03:00
git-cliff/RELEASE.md
2024-02-19 15:40:00 +03:00

741 B

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.