Skip to content

Commit

Permalink
Improved release note syntax (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
Loïc GREFFIER authored Jan 5, 2023
1 parent 269550c commit ed054dd
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions changelog-builder.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,24 @@
{
"categories": [
{
"title": "## :rocket: New",
"title": "# :sparkles: News",
"labels": ["feature"]
},
{
"title": "## :bug: Bugfixes",
"labels": ["fix"]
"title": "# :zap: Improvements",
"labels": ["enhancement"]
},
{
"title": "## :hammer: Other",
"labels": ["refactor", "test", "documentation"]
"title": "# :bug: Bugfixes",
"labels": ["bug"]
},
{
"title": "# :memo: Documentation",
"labels": ["documentation"]
},
{
"title": "# :hammer: Other",
"labels": ["refactor", "test"]
}
],
"template": "${{CHANGELOG}}\n\n<details>\n<summary>Uncategorized</summary>\n\n${{UNCATEGORIZED}}\n</details>",
Expand Down

0 comments on commit ed054dd

Please sign in to comment.