Skip to content

Commit e1fe8a9

Browse files
committed
Updated build script for releasing
1 parent 24b42b0 commit e1fe8a9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

travis-build.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,10 @@ EOL
2222
if [ "${TRAVIS_PULL_REQUEST}" = "false" ] && [ "${TRAVIS_BRANCH}" = "master" ] && [ "${RELEASE}" = "true" ]; then
2323
echo "Deploying release to Bintray"
2424
saveMavenSettings
25-
mvn release:clean release:prepare release:perform -B -e -Pbintray
25+
mvn release:clean release:prepare -B -e -Pbintray
26+
git commit -m 'Prepared next release'
27+
git push
28+
mvn release:perform -B -e -Pbintray
2629
else
2730
echo "Building and verifying"
2831
mvn -B verify

0 commit comments

Comments
 (0)