Skip to content

Commit

Permalink
Merge pull request #21 from nsquared-team/ci/changelog-fix
Browse files Browse the repository at this point in the history
CI/Release omit the empty_content field so that the title of an empty category will not be included
  • Loading branch information
hsein-bitar committed Apr 17, 2023
2 parents 045131c + bc391d0 commit 5a40b68
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/config/changelog_configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,11 @@
"categories": [
{
"title": "## Fixes",
"labels": ["bugfix", "bug"],
"empty_content": ""
"labels": ["bugfix", "bug"]
},
{
"title": "## Features and Improvements",
"labels": ["feature"],
"empty_content": ""
"labels": ["feature"]
}
],
"template": "${{CHANGELOG}}",
Expand Down

0 comments on commit 5a40b68

Please sign in to comment.