- Add release entry to changelog
- Open a PR with above changes.
- Once the above PR is merged, pull the updated
main
branch down and tag the merged release commit onmain
with the new version, e.g.git tag -a v2.3.1 -m "v2.3.1"
. - Push the tag, e.g.
git push origin v2.3.1
. This will kick off a CI workflow, which will publish a draft GitHub release. - Update Release Notes on the new draft GitHub release by generating notes with the button and review for any PR titles that could use some wordsmithing or recategorization.