mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2025-01-13 12:09:10 +00:00
6815d691eb
commit-beta - Ensure master branch - Commit beta release to CHANGELOG - Tag locally commit-release - Ensure master branch - Update App Store Connect metadata push-refs - Sync stable with master - Push master - Push tags (trigger CI)
7 lines
156 B
Bash
Executable File
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
|