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 a94d65d commit d51cf79Copy full SHA for d51cf79
.github/workflows/release.yml
@@ -110,7 +110,7 @@ jobs:
110
111
- name: Build changelog
112
id: build_changelog
113
- uses: mikepenz/release-changelog-builder-action@v5
+ uses: mikepenz/release-changelog-builder-action@v6
114
with:
115
configuration: changelog_config.json
116
toTag: ${{ needs.version.outputs.RELEASE_VERSION }}
.github/workflows/review-release-notes.yml
@@ -11,7 +11,7 @@ jobs:
11
uses: actions/checkout@v5
12
13
14
15
16
17
toTag: ${{ github.ref }}
0 commit comments