Add email address of release bot [skip ci]

This commit is contained in:
Alex Mukha
2019-06-20 18:53:17 +01:00
parent 627e1f0e2e
commit 5c3ff2fa67

View File

@@ -40,5 +40,7 @@ jobs:
script:
# Use full history for release
- git checkout -B "${TRAVIS_BRANCH}"
# Add email to link commits to user
- git config user.email "${GIT_EMAIL}"
# Skip building of release commits
- mvn --batch-mode -q -DscmCommentPrefix="[maven-release-plugin][skip ci] " -Dusername="${GIT_USERNAME}" -Dpassword="${GIT_PASSWORD}" -DskipTests -Darguments=-DskipTests release:clean release:prepare release:perform