Skip to content

Commit

Permalink
Remove enhancement tag from release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wkentaro committed Dec 22, 2024
1 parent 0fa1036 commit f517bfa
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,15 @@ jobs:
"pr_template": "- #{{TITLE}} ##{{NUMBER}} (Thanks @#{{AUTHOR}})",
"categories": [
{
"title": "## 🚀 Features",
"title": "## Features",
"labels": ["feature"]
},
{
"title": "## ✨ Enhancement",
"labels": ["enhancement"]
},
{
"title": "## 🐛 Fixes",
"title": "## Fixes",
"labels": ["fix"]
},
{
"title": "## 💬 Other",
"title": "## Other",
"labels": ["other"]
}
]
Expand Down

0 comments on commit f517bfa

Please sign in to comment.