We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c90f3e commit 07ef35dCopy full SHA for 07ef35d
.github/workflows/release.yml
@@ -42,7 +42,7 @@ jobs:
42
43
- name: Build changelog from PRs with labels
44
id: build_changelog
45
- uses: mikepenz/release-changelog-builder-action@v3
+ uses: mikepenz/release-changelog-builder-action@v5
46
with:
47
configuration: ".github/changelog-configuration.json"
48
# PreReleases still get a changelog, but the next full release gets a diff since the last full release,
0 commit comments