Follow this process to release new versions of the GRA CLI.
Note
This process depends on the following tools:
- bash
- git
- GitHub CLI
- just
- pandoc
- Poetry
- twine
Choose a new version number and run this command, substituting the version number for the word "VERSION".
just r1-prep-release "VERSION"Review the CHANGELOG for readability, flow, and consistency. If changes are made, use this command to commit the changes:
just r2-amend-changelogjust r3-create-prWait for the release PR to merge.
After the release PR merges, run this command:
just r4-publishjust r5-merge-back