소스 검색

Update release note template

Kentaro Wada 1 년 전
부모
커밋
e816cf6762
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  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"]