From cb277c390a732f0b1a6ed31f2302489540a4f3dc Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Tue, 20 Apr 2021 00:16:58 +0200 Subject: [PATCH] Update changelog.json --- deployment/changelog.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deployment/changelog.json b/deployment/changelog.json index a52bfdcf..4e7c94ec 100644 --- a/deployment/changelog.json +++ b/deployment/changelog.json @@ -2,11 +2,11 @@ "categories": [ { "title": "## Features", - "labels": ["feature"] + "labels": ["enhancement"] }, { "title": "## Fixes", - "labels": ["fix"] + "labels": ["bug"] }, { "title": "## Web App", @@ -15,4 +15,4 @@ ], "template": "${{CHANGELOG}}\n\n
\nOthers\n\n${{UNCATEGORIZED}}\n
", "pr_template": "- ${{TITLE}} (PR: #${{NUMBER}})" -} \ No newline at end of file +}