mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2025-02-17 13:22:09 +00:00
Add script to push repos on release
This commit is contained in:
parent
2cc6b9cc0a
commit
7633ddb831
5
ci/push-release.sh
Executable file
5
ci/push-release.sh
Executable 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
|
Loading…
Reference in New Issue
Block a user