Update changelog.json

This commit is contained in:
Zoe Roux 2021-04-20 00:16:58 +02:00 committed by GitHub
parent 364c0cba53
commit cb277c390a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
"categories": [ "categories": [
{ {
"title": "## Features", "title": "## Features",
"labels": ["feature"] "labels": ["enhancement"]
}, },
{ {
"title": "## Fixes", "title": "## Fixes",
"labels": ["fix"] "labels": ["bug"]
}, },
{ {
"title": "## Web App", "title": "## Web App",
@ -15,4 +15,4 @@
], ],
"template": "${{CHANGELOG}}\n\n<details>\n<summary>Others</summary>\n\n${{UNCATEGORIZED}}\n</details>", "template": "${{CHANGELOG}}\n\n<details>\n<summary>Others</summary>\n\n${{UNCATEGORIZED}}\n</details>",
"pr_template": "- ${{TITLE}} (PR: #${{NUMBER}})" "pr_template": "- ${{TITLE}} (PR: #${{NUMBER}})"
} }