Add script to push repos on release

This commit is contained in:
Davide De Rosa 2019-04-02 17:46:13 +02:00
parent 2cc6b9cc0a
commit 7633ddb831
1 changed files with 5 additions and 0 deletions

5
ci/push-release.sh Executable file
View File

@ -0,0 +1,5 @@
#!/bin/sh
git push && git push github
git push --tags && git push --tags github
git checkout stable && git merge master
git checkout master