mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2025-02-16 12:52:11 +00:00
Fail fast on commit beta
This commit is contained in:
parent
20a6ba1dc3
commit
92f382c395
@ -5,10 +5,10 @@ if [[ $CURRENT_BRANCH != "master" ]]; then
|
||||
exit
|
||||
fi
|
||||
|
||||
ci/update-changelog.sh ios
|
||||
ci/update-changelog.sh mac
|
||||
ci/copy-release-notes.sh ios
|
||||
ci/copy-release-notes.sh mac
|
||||
ci/update-changelog.sh ios &&
|
||||
ci/update-changelog.sh mac &&
|
||||
ci/copy-release-notes.sh ios &&
|
||||
ci/copy-release-notes.sh mac
|
||||
|
||||
git add Passepartout/App/*/CHANGELOG.md
|
||||
git add Passepartout/App/*/fastlane/metadata/*/release_notes.txt
|
||||
|
Loading…
Reference in New Issue
Block a user