1
1
mirror of https://github.com/orhun/git-cliff.git synced 2024-09-17 10:17:07 +03:00
git-cliff/RELEASE.md

659 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.