Skip to content

Commit

Permalink
Remove scmCommentPreffix
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Oct 1, 2024
1 parent 3cb4b4c commit 2b6a0ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
- name: Maven release ${{env.CURRENT_VERSION}}
run: |
${MAVEN_EXEC} -B release:prepare -Prelease -Dgpg.skip=true -DreleaseVersion=${CURRENT_VERSION} -DdevelopmentVersion=${NEXT_VERSION} -DscmCommentPrefix="[skip ci] " -Drelease.arguments="-Dgpg.skip=true"
${MAVEN_EXEC} -B release:prepare -Prelease -Dgpg.skip=true -DreleaseVersion=${CURRENT_VERSION} -DdevelopmentVersion=${NEXT_VERSION} -Drelease.arguments="-Dgpg.skip=true"
${MAVEN_EXEC} -B release:clean
- name: Push changes to ${{github.base_ref}} branch and tag ${{env.CURRENT_VERSION}}
Expand Down

0 comments on commit 2b6a0ba

Please sign in to comment.