passepartout-apple/scripts/push-release.sh

7 lines
156 B
Bash
Raw Normal View History

2019-04-02 15:46:13 +00:00
#!/bin/sh
git push && git push github
git push --tags && git push --tags github
git checkout stable && git merge master
2019-04-17 20:28:52 +00:00
git push github
2019-04-02 15:46:13 +00:00
git checkout master