File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed
Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -78,18 +78,13 @@ jobs:
7878 id : generate_changelog
7979 uses : mikepenz/release-changelog-builder-action@v5
8080 with :
81- # If 'latest_existing_tag' is 'v0.0.0', fromTag becomes '',
82- # instructing the action to build the changelog from the very first commit.
83- # Otherwise, it builds from the last official release tag.
8481 fromTag : ${{ steps.get_new_version.outputs.latest_existing_tag == 'v0.0.0' && '' || steps.get_new_version.outputs.latest_existing_tag }}
8582 toTag : ${{ steps.get_new_version.outputs.new_release_version }}
8683 configurationJson : |
8784 {
88- "template": "# Changes\n\n{{CHANGELOG}}",
85+ "template": "# Changes\n\n{{CHANGELOG}}", # <-- CRITICAL: No {{UNCATEGORIZED}} here
8986 "exclude_labels": ["skip-changelog", "duplicate", "wip"],
90- "commit_mode": false # Explicitly set to false to ONLY capture PRs. This is the default,
91- # but being explicit ensures clarity.
92- # Do NOT set to true or "HYBRID" if you only want PRs.
87+ "commit_mode": false # Keep this as false if you ONLY want PRs
9388 }
9489 env :
9590 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments