Skip to content

Commit 03923fa

Browse files
Merge pull request #8 from mohanmanikanta2299/Test/MOhan
upd 2
2 parents f9656d8 + aae4841 commit 03923fa

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)