Skip to content

Commit 2a5383d

Browse files
smyrickdariuszkuc
authored andcommitted
Add version number to travis commit message (#154)
1 parent 12c8945 commit 2a5383d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis/update-version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ commit_files() {
3535
git add pom.xml example/pom.xml
3636

3737
# 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)"
38+
git commit -m "build: $NEW_VERSION (Travis Build $TRAVIS_BUILD_NUMBER)"
3939
}
4040

4141
upload_files() {

0 commit comments

Comments
 (0)