diff --git a/scripts/commit-beta.sh b/scripts/commit-beta.sh index 8bca0091..7b33052f 100755 --- a/scripts/commit-beta.sh +++ b/scripts/commit-beta.sh @@ -10,6 +10,8 @@ ci/update-changelog.sh ios && ci/copy-release-notes.sh ios && ci/copy-release-notes.sh mac +git -C PassepartoutCore/Sources/PassepartoutCore/API pull origin master +git add */PassepartoutCore/API git add Passepartout/App/*/CHANGELOG.md git add Passepartout/App/*/fastlane/metadata/*/release_notes.txt git commit -m "Set beta release"