passepartout-apple/ci/push-release.sh
2019-04-02 17:46:20 +02:00

6 lines
140 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 checkout master