add in release notes and version code

This commit is contained in:
Amy Galles
2025-05-27 15:12:32 -07:00
parent 4acfb56df7
commit d005f98008

View File

@@ -110,7 +110,9 @@ jobs:
exit 1
fi
bundle exec fastlane updateReleaseNotes
bundle exec fastlane updateReleaseNotes \
releaseNotes: "$RELEASE_NOTES" \
versionCode:"$VERSION_CODE"
# bundle exec fastlane promoteToProduction \
# versionCode:"$VERSION_CODE" \