Fail fast on commit beta

This commit is contained in:
Davide De Rosa 2021-10-05 10:58:50 +02:00
parent 20a6ba1dc3
commit 92f382c395
1 changed files with 4 additions and 4 deletions

View File

@ -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