Update API on new beta

This commit is contained in:
Davide De Rosa 2021-11-27 12:43:05 +01:00
parent 6a9b8745ba
commit d39f0fc04b
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,8 @@ ci/update-changelog.sh ios &&
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 -C PassepartoutCore/Sources/PassepartoutCore/API pull origin master
git add */PassepartoutCore/API
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
git commit -m "Set beta release" git commit -m "Set beta release"