From ceea6546d8f24e776c65a255e2a466714ee8b5e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20GREFFIER?= Date: Fri, 3 Feb 2023 09:20:01 +0100 Subject: [PATCH] Update changelog-builder.json --- changelog-builder.json | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/changelog-builder.json b/changelog-builder.json index 88b8c7da..595c99b1 100644 --- a/changelog-builder.json +++ b/changelog-builder.json @@ -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
\nUncategorized\n\n${{UNCATEGORIZED}}\n
", - "pr_template": "- ${{TITLE}} #${{NUMBER}}" + "pr_template": "- ${{TITLE}} by @${{AUTHOR}} in #${{NUMBER}}" }