We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12c8945 commit 2a5383dCopy full SHA for 2a5383d
.travis/update-version.sh
@@ -35,7 +35,7 @@ commit_files() {
35
git add pom.xml example/pom.xml
36
37
# Create a new commit with a custom build message and Travis build number for reference
38
- git commit -m "travis: Upgrade to next snapshot (Build $TRAVIS_BUILD_NUMBER)"
+ git commit -m "build: $NEW_VERSION (Travis Build $TRAVIS_BUILD_NUMBER)"
39
}
40
41
upload_files() {
0 commit comments