762 B
762 B
- Set a variable to the version number for convenience:
ver=x.y
- Update the changelog:
# we need 19.9 to read config from towncrier.toml pip3 install --pre 'towncrier>19.2' towncrier --version=$ver
- Push your changes:
git add -u && git commit -m $ver && git push
- Sanity-check the changelog and update if need be.
- Create a signed tag for the release:
Base the tag message on the changelog.git tag -s v$ver
- Push the tag:
git push origin tag v$ver
- Create release on GH project page:
xdg-open https://github.com/matrix-org/rageshake/releases/edit/v$ver