release: push
This commit is contained in:
parent
1c00ff22f3
commit
d726db6ed2
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue