android: include SDK version in Maven repo commit message

This commit is contained in:
Saúl Ibarra Corretgé 2019-05-19 09:48:01 +02:00 committed by Saúl Ibarra Corretgé
parent d7e0aa3f61
commit 8a90f0dab1
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ if [[ $MVN_HTTP == 0 ]]; then
pushd ${MVN_REPO_PATH}
if [[ "$(git rev-parse --is-inside-work-tree 2>/dev/null)" == "true" ]]; then
git add -A .
git commit -m "Jitsi Meet SDK + dependencies"
git commit -m "Jitsi Meet SDK + dependencies: ${SDK_VERSION}"
fi
popd