From e816cf67626ec80bff41f9cd0d7630b9e6724d24 Mon Sep 17 00:00:00 2001 From: Kentaro Wada Date: Sat, 2 Dec 2023 16:48:32 +0900 Subject: [PATCH] Update release note template --- .github/workflows/release.yml | 5 +++++ 1 file changed, 5 insertions(+) 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"]