We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b046076 commit 25d0fa7Copy full SHA for 25d0fa7
.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@v4
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