Skip to content

Commit 80c8956

Browse files
committed
build: change release commit messages
1 parent ba9838b commit 80c8956

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/create-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
mvn versions:set -DnewVersion="${{ github.event.inputs.NEW_RELEASE_VERSION }}"
3030
mvn versions:commit
3131
git add .
32-
git commit -m "Release ${{ github.event.inputs.NEW_RELEASE_VERSION }}"
32+
git commit -m "chore(release): release ${{ github.event.inputs.NEW_RELEASE_VERSION }}"
3333
git push
3434
3535
- name: Determine next SNAPSHOT
@@ -41,5 +41,5 @@ jobs:
4141
mvn versions:set -DnewVersion="${{ env.NEXT_RELEASE_VERSION }}-SNAPSHOT"
4242
mvn versions:commit
4343
git add .
44-
git commit -m "Move to next SNAPSHOT"
44+
git commit -m "chore(release): next version is ${{ env.NEXT_RELEASE_VERSION }}-SNAPSHOT"
4545
git push

0 commit comments

Comments
 (0)