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 to
upstream. - Once all builds pass, push a tag to
upstreamin the formatv<VERSION>. - Merge the PR.