diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 22820b1d9..fea511ca3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,11 +21,16 @@ jobs: configurationJson: | { "template": "#{{CHANGELOG}}\n\n
\nUncategorized\n\n#{{UNCATEGORIZED}}\n
\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"]