Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
jakep72 authored Dec 25, 2024
2 parents f49993f + f517bfa commit 0f99287
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 0f99287

Please sign in to comment.