- Update version in CHANGELOG.md and add notes
- If possible link the pull request of the changes and mention the author of the pull request
- Create new commit
git add CHANGELOG.md
git commit -m "changelog for v0.45.0"
- Make a new version tag (for example,
v0.45.0
)git tag v0.45.0
- Push changes to the repo.
git push --atomic [insert-remote-branch] main v0.45.0