passepartout-apple/scripts/push-release.sh
Davide De Rosa d4b7d47498 Merge macOS app and Core into repository
Temporarily drop env and fastlane.
2021-01-03 22:28:07 +01: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