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 6aa5b1f commit 8ba4c25Copy full SHA for 8ba4c25
.github/workflows/release.yml
@@ -102,7 +102,7 @@ jobs:
102
103
- name: Build changelog
104
id: build_changelog
105
- uses: mikepenz/release-changelog-builder-action@v4
+ uses: mikepenz/release-changelog-builder-action@v5
106
with:
107
configuration: changelog_config.json
108
toTag: ${{ needs.version.outputs.RELEASE_VERSION }}
.github/workflows/review-release-notes.yml
@@ -11,7 +11,7 @@ jobs:
11
uses: actions/checkout@v4
12
13
14
15
16
17
toTag: ${{ github.ref }}
0 commit comments