Skip to content

Commit e816cf6

Browse files
committed
Update release note template
1 parent 0eeac0a commit e816cf6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

+5
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,16 @@ jobs:
2121
configurationJson: |
2222
{
2323
"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.",
24+
"pr_template": "- #{{TITLE}} ##{{NUMBER}}",
2425
"categories": [
2526
{
2627
"title": "## 🚀 Features",
2728
"labels": ["feature"]
2829
},
30+
{
31+
"title": "## ✨ Enhancement",
32+
"labels": ["enhancement"]
33+
},
2934
{
3035
"title": "## 🐛 Fixes",
3136
"labels": ["fix"]

0 commit comments

Comments
 (0)