git tag -a "${TAG_NAME}" -m "Release ${VERSION_NAME} (${VERSION_CODE})"
git push origin "${TAG_NAME}"
curl --silent -d '{"token": "${JABBER_NOTIFICATION_TOKEN}", "message": "New tag for ${CI_PROJECT_PATH}: ${TAG_NAME}"}' -H "Content-Type: application/json" -X POST ${JABBER_NOTIFICATION_URL}