Skip to content

Commit

Permalink
Update .github/workflows/release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wkentaro committed Feb 21, 2023
1 parent a96f8db commit 665db95
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,16 @@ jobs:
{
"categories": [
{
"title": "## :bug: Bugfix",
"labels": ["bugfix"]
"title": "## 🚀 Features",
"labels": ["feature"]
},
{
"title": "## 🐛 Fixes",
"labels": ["fix"]
},
{
"title": "## 💬 Other",
"labels": ["other"]
}
]
}
Expand Down

0 comments on commit 665db95

Please sign in to comment.