Add versionName to commit message for deployment - 1.102

Users are seeing the version name the version code so we should
try to use it as much as possible.
This commit is contained in:
Brandon Presley 2023-01-05 16:28:08 +13:00
parent 069f770c96
commit 6fa2bbb506
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ bundle install
bundle exec fastlane supply --aab app/build/outputs/bundle/release/app-release.aab
git add app/build.gradle ../package.json
git commit --no-verify --message "Set versionCode=$versionCode"
git commit --no-verify --message "Set versionCode=$versionCode,versionName=$major.$minor"
git tag "$versionCode"
git push origin HEAD &
git push --tags