Browse Source

Update release note template

Kentaro Wada 1 year ago
parent
commit
e816cf6762
1 changed files with 5 additions and 0 deletions
  1. 5 0
      .github/workflows/release.yml

+ 5 - 0
.github/workflows/release.yml

@@ -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"]