Skip to content

Commit

Permalink
Update changelog-builder.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Loïc GREFFIER authored Feb 3, 2023
1 parent 2d7d690 commit ceea654
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions changelog-builder.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,26 @@
{
"categories": [
{
"title": "# :sparkles: News",
"title": "## :sparkles: New features",
"labels": ["feature"]
},
{
"title": "# :zap: Improvements",
"labels": ["enhancement"]
"title": "## :bug: Bug fixes",
"labels": ["bug"]
},
{
"title": "# :bug: Bugfixes",
"labels": ["bug"]
"title": "## :zap: Improvements",
"labels": ["enhancement"]
},
{
"title": "# :memo: Documentation",
"title": "## :memo: Documentation",
"labels": ["documentation"]
},
{
"title": "# :arrow_up: Dependency Updates",
"title": "## :arrow_up: Dependency updates",
"labels": ["dependencies"]
},
{
"title": "# :speech_balloon: Other",
"labels": ["security"]
}
],
"template": "${{CHANGELOG}}\n\n<details>\n<summary>Uncategorized</summary>\n\n${{UNCATEGORIZED}}\n</details>",
"pr_template": "- ${{TITLE}} #${{NUMBER}}"
"pr_template": "- ${{TITLE}} by @${{AUTHOR}} in #${{NUMBER}}"
}

0 comments on commit ceea654

Please sign in to comment.