release: push

This commit is contained in:
Guilhem Saurel 2021-08-28 00:07:30 +02:00
parent 1c00ff22f3
commit d726db6ed2

View file

@ -18,3 +18,5 @@ sed -i "/^\[Unreleased\]/a [v$NEW] https://github.com/nim65s/matrix-webhook/comp
git add pyproject.toml CHANGELOG.md
git commit -m "Release v$NEW"
git tag -s "v$NEW" -m "Release v$NEW"
git push
git push --tags