Skip to content

Commit

Permalink
#203 Adding version to release commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
gunnarmorling committed Jul 2, 2023
1 parent defcb8a commit c49f923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
./mvnw -ntp -B versions:set versions:commit -DnewVersion=$RELEASE_VERSION -pl :moditect-parent
git config --global user.email "moditect-release-bot@moditect.org"
git config --global user.name "moditect-release-bot"
git commit -a -m "Releasing version $VERSION"
git commit -a -m "Releasing version $RELEASE_VERSION"
git push origin $BRANCH
echo "BRANCH=$BRANCH" >> $GITHUB_ENV
echo "RELEASE_VERSION=$RELEASE_VERSION" >> $GITHUB_ENV
Expand Down

0 comments on commit c49f923

Please sign in to comment.