|
@@ -21,11 +21,16 @@ jobs:
|
|
|
configurationJson: |
|
|
|
{
|
|
|
"template": "#{{CHANGELOG}}\n\n<details>\n<summary>Uncategorized</summary>\n\n#{{UNCATEGORIZED}}\n</details>\n\nIf you find this project useful, please consider [sponsoring](https://github.com/sponsors/wkentaro) its development.",
|
|
|
+ "pr_template": "- #{{TITLE}} ##{{NUMBER}}",
|
|
|
"categories": [
|
|
|
{
|
|
|
"title": "## 🚀 Features",
|
|
|
"labels": ["feature"]
|
|
|
},
|
|
|
+ {
|
|
|
+ "title": "## ✨ Enhancement",
|
|
|
+ "labels": ["enhancement"]
|
|
|
+ },
|
|
|
{
|
|
|
"title": "## 🐛 Fixes",
|
|
|
"labels": ["fix"]
|