We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 061b1e0 commit 2a13e7bCopy full SHA for 2a13e7b
.github/workflows/prepare-release.yml
@@ -45,7 +45,7 @@ jobs:
45
46
/tmp/git-chglog $filter_tag --next-tag "${{ github.event.inputs.tag }}" -o CHANGELOG.md v4.0.0-alpha.2..
47
- name: Create Pull Request
48
- uses: peter-evans/create-pull-request@v6
+ uses: peter-evans/create-pull-request@v7
49
with:
50
title: "${{ github.event.inputs.tag }} Changelog Bump"
51
body: "This is an automated changelog commit."
0 commit comments