This document explains releasing process for all gotenberg gems.
For releasing new version of gotenberg
, this is the procedure:
- Update
CHANGELOG.md
- Update
VERSION
file with target version - Run
rake release:commit_version
- Create pull request with all that (example)
- Merge the pull request when CI is green
- Ensure you have latest changes locally
- Run
rake release:tag_version
- Push tag to upstream
- Run
rake release:watch
and watch GitHub Actions push to RubyGems.org