Skip to content

Commit 736e8a5

Browse files
gunnarmorlingaalmiray
authored andcommitted
#203 Adding version to release commit message
1 parent defcb8a commit 736e8a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
./mvnw -ntp -B versions:set versions:commit -DnewVersion=$RELEASE_VERSION -pl :moditect-parent
6767
git config --global user.email "moditect-release-bot@moditect.org"
6868
git config --global user.name "moditect-release-bot"
69-
git commit -a -m "Releasing version $VERSION"
69+
git commit -a -m "Releasing version $RELEASE_VERSION"
7070
git push origin $BRANCH
7171
echo "BRANCH=$BRANCH" >> $GITHUB_ENV
7272
echo "RELEASE_VERSION=$RELEASE_VERSION" >> $GITHUB_ENV

0 commit comments

Comments
 (0)