1.21
- Update version in Chart.yaml and commit as "Bump version to X.Y.Z".
- Push the commit to the
releasebranch. - Add github personal access token to .cr.yaml.
- Create personal access token in Github with
reposcope. - Set it in environment variable
CR_TOKEN.
- Create personal access token in Github with
- Run
make upload-releasefrom the "Bump version to X.Y.Z" commit. The commit must already exist on GitHub (pushed via the branch above). This tags that commit as the release. - Run
make update-index. - Update CHANGELOG.md with changes for the new version:
- Add a new section with the version number, date, and a link to the commit range (e.g.,
[abc1234..def5678](https://github.com/authgear/helm-charts/compare/abc1234..def5678)) - Use "Added", "Fixed", "Security", or "Breaking Changes" subsections as appropriate
- Reference the Keep a Changelog format
- Add a new section with the version number, date, and a link to the commit range (e.g.,
- Commit the changelog as "Release X.Y.Z" and push to the
releasebranch. - Merge the
releasebranch into main.