We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac4c5fc commit b6632ebCopy full SHA for b6632eb
.github/workflows/release.yml
@@ -13,7 +13,7 @@ jobs:
13
fetch-depth: "0"
14
- name: Build changelog from PRs with labels
15
id: build_changelog
16
- uses: mikepenz/release-changelog-builder-action@v5
+ uses: mikepenz/release-changelog-builder-action@v6
17
with:
18
configuration: ".github/changelog-configuration.json"
19
# PreReleases still get a changelog, but the next full release gets a diff since the last full release,
0 commit comments