passepartout-apple/ci/push-release.sh
2019-04-17 22:28:52 +02:00

7 lines
156 B
Bash
Executable File

#!/bin/sh
git push && git push github
git push --tags && git push --tags github
git checkout stable && git merge master
git push github
git checkout master