The following steps should be performed each and every time a new release is made.
- Switch to the
main
branch in your local installation - Run
git pull
to get the latest code changes - Edit CHANGELOG.md following the Keep a Changelog convention
- Run
git commit -m "docs: update CHANGELOG" && git push
- Run
git tag vX.X.X && git push --tags
, replacingX
with the appropriate version number