Here are the steps on how to make a new release.
- Create a
release-VERSION
branch fromupstream/master
. - Update
CHANGELOG.rst
. - Push a branch with the changes.
- Once all builds pass, push a tag named
VERSION
toupstream
. - After the deployment is complete, merge the PR.