Add missing git command.

This commit is contained in:
Benoit Marty 2022-11-23 13:14:18 +01:00 committed by GitHub
parent 729d420c2c
commit ed8fd345ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ sed "s/\"SDK_VERSION\", .*$/\"SDK_VERSION\", \"\\\\\"${version}\\\\\"\"/" ./matr
rm ./matrix-sdk-android/build.gradle.bak
# This commit may have no effect because generally we do not change the version during the release.
commit -a -m "Setting version for the release ${version}"
git commit -a -m "Setting version for the release ${version}"
printf "\n================================================================================\n"
read -p "Please check the crashes from the PlayStore. You can commit fixes if any on the release branch. Press enter when it's done."