We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e50e999 commit c4a6a25Copy full SHA for c4a6a25
1 file changed
.github/workflows/release.yml
@@ -35,7 +35,7 @@ jobs:
35
- name: Build changelog from PRs with labels
36
if: startsWith(github.ref, 'refs/tags/v')
37
id: build_changelog
38
- uses: mikepenz/release-changelog-builder-action@v4
+ uses: mikepenz/release-changelog-builder-action@v5
39
with:
40
configuration: ".github/changelog-configuration.json"
41
# PreReleases still get a changelog, but the next full release gets a diff since the last full release,
0 commit comments