Skip to content

Commit 08a812f

Browse files
committed
ci: improve automatic release notes
1 parent 7341a56 commit 08a812f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/alfred-workflow-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,9 @@ jobs:
3838
"target": "$1"
3939
}],
4040
"categories": [
41+
{ "title": "## ⚠️ Breaking changes", "labels": ["break"] },
4142
{ "title": "## 🚀 New features", "labels": ["feat", "improv"] },
42-
{ "title": "## 🛠️ Fixes", "labels": ["fix"] },
43+
{ "title": "## 🛠️ Fixes", "labels": ["fix", "perf", "chore"] },
4344
{ "title": "## 👾 Other", "labels": [] }
4445
],
4546
"ignore_labels": ["release", "bump"]

0 commit comments

Comments
 (0)