Skip to content

Commit 150eeae

Browse files
author
Julien Ruaux
committed
feat: Added project version bump
1 parent e16408c commit 150eeae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release-maven.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ jobs:
136136
run: |
137137
VERSION=${{ inputs.version }}
138138
sed -i -e "s/^\:project-version\:\ .*/:project-version: $VERSION/g" README.adoc
139+
./mvnw build-helper:parse-version versions:set -DnewVersion=\${parsedVersion.majorVersion}.\${parsedVersion.minorVersion}.\${parsedVersion.nextIncrementalVersion}-SNAPSHOT
139140
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
140141
git config --global user.name "GitHub Action"
141142
git add pom.xml README.adoc

0 commit comments

Comments
 (0)