Skip to content

Commit

Permalink
sync commit message and PR title for next development release (Nation…
Browse files Browse the repository at this point in the history
  • Loading branch information
jpdahlke authored Aug 30, 2024
1 parent 4d7661c commit c2ce2fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ jobs:
mvn -B -V -e -ntp versions:set -DnewVersion=${{ env.NEXT_DEV_VERSION }} -DgenerateBackupPoms=false
mvn -B -V -e -ntp versions:commit
git add .
git commit -m "[github-actions](${{ github.actor }}) next development iteration"
git commit -m "[github-actions](${{ github.actor }}) next development iteration ${{ env.NEXT_DEV_VERSION }}"
git push -u origin ${{ env.PR_BRANCH }}
- name: Create pull request
Expand Down

0 comments on commit c2ce2fb

Please sign in to comment.