mirror of
https://github.com/bsedin/matrix-webhook.git
synced 2026-01-16 08:05:57 +00:00
release: push
This commit is contained in:
parent
1c00ff22f3
commit
d726db6ed2
@ -18,3 +18,5 @@ sed -i "/^\[Unreleased\]/a [v$NEW] https://github.com/nim65s/matrix-webhook/comp
|
|||||||
git add pyproject.toml CHANGELOG.md
|
git add pyproject.toml CHANGELOG.md
|
||||||
git commit -m "Release v$NEW"
|
git commit -m "Release v$NEW"
|
||||||
git tag -s "v$NEW" -m "Release v$NEW"
|
git tag -s "v$NEW" -m "Release v$NEW"
|
||||||
|
git push
|
||||||
|
git push --tags
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user