mirror of
https://github.com/bsedin/matrix-webhook.git
synced 2026-01-16 08:05:57 +00:00
420 B
420 B
Publish a new release
A github actions handle the build of the release archives, and push them to PyPI and Github Releases. To trigger it, we just need to:
- use poetry to update the version number
- update the changelog
- update version number in flake.nix
- git commit
- git tag
- git push
- git push --tags
For this, an helper script is provided:
./docs/release.sh [patch|minor|major|x.y.z]