mirror of
https://github.com/bsedin/matrix-webhook.git
synced 2026-04-09 19:35:39 +00:00
docs: release
This commit is contained in:
18
docs/release.md
Normal file
18
docs/release.md
Normal file
@@ -0,0 +1,18 @@
|
||||
# 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:
|
||||
|
||||
1. use poetry to update the version number
|
||||
2. update the changelog
|
||||
3. git commit
|
||||
4. git tag
|
||||
5. git push
|
||||
6. git push --tags
|
||||
|
||||
|
||||
For this, an helper script is provided:
|
||||
|
||||
```bash
|
||||
./docs/release.sh [patch|minor|major|x.y.z]
|
||||
```
|
||||
Reference in New Issue
Block a user