Fail fast on commit beta
This commit is contained in:
parent
20a6ba1dc3
commit
92f382c395
|
@ -5,10 +5,10 @@ if [[ $CURRENT_BRANCH != "master" ]]; then
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
|
|
||||||
ci/update-changelog.sh ios
|
ci/update-changelog.sh ios &&
|
||||||
ci/update-changelog.sh mac
|
ci/update-changelog.sh mac &&
|
||||||
ci/copy-release-notes.sh ios
|
ci/copy-release-notes.sh ios &&
|
||||||
ci/copy-release-notes.sh mac
|
ci/copy-release-notes.sh mac
|
||||||
|
|
||||||
git add Passepartout/App/*/CHANGELOG.md
|
git add Passepartout/App/*/CHANGELOG.md
|
||||||
git add Passepartout/App/*/fastlane/metadata/*/release_notes.txt
|
git add Passepartout/App/*/fastlane/metadata/*/release_notes.txt
|
||||||
|
|
Loading…
Reference in New Issue