Skip to content

Commit a3e868e

Browse files
committed
chore: improve release workflow
1 parent 982ab58 commit a3e868e

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/release.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -81,39 +81,39 @@ jobs:
8181
"categories": [
8282
{
8383
"title": "## Feature",
84-
"labels": ["feat", "feature"]
84+
"labels": ["feat", "feature", "Feat", "Feature"]
8585
},
8686
{
8787
"title": "## Fix",
88-
"labels": ["fix", "bug"]
88+
"labels": ["fix", "bug", "Fix", "Bug"]
8989
},
9090
{
9191
"title": "## Performance",
92-
"labels": ["perf"]
92+
"labels": ["perf","Perf"]
9393
},
9494
{
9595
"title": "## Documentation",
96-
"labels": ["docs"]
96+
"labels": ["docs","Docs"]
9797
},
9898
{
9999
"title": "## Chore",
100-
"labels": ["chore"]
100+
"labels": ["chore","Chore"]
101101
},
102102
{
103103
"title": "## Refactor",
104-
"labels": ["refactor"]
104+
"labels": ["refactor","Refactor"]
105105
},
106106
{
107107
"title": "## Revert",
108-
"labels": ["revert"]
108+
"labels": ["revert","Revert"]
109109
},
110110
{
111111
"title": "## Style",
112-
"labels": ["style"]
112+
"labels": ["style","Style"]
113113
},
114114
{
115115
"title": "## Test",
116-
"labels": ["test"]
116+
"labels": ["test","Test"]
117117
},
118118
{
119119
"title": "## Other",
@@ -122,7 +122,7 @@ jobs:
122122
],
123123
"label_extractor": [
124124
{
125-
"pattern": "^(build|chore|ci|docs|feat|fix|perf|refactor|revert|style|test){1}(\\([\\w\\-\\.]+\\))?(!)?: ([\\w ])+([\\s\\S]*)",
125+
"pattern": "^(build|Build|chore|Chore|ci|Ci|docs|Docs|feat|Feat|feature|Feature|bug|Bug|fix|Fix|perf|Perf|refactor|Refactor|revert|Revert|style|Style|test|Test){1}(\\([\\w\\-\\.]+\\))?(!)?: ([\\w ])+([\\s\\S]*)",
126126
"on_property": "title",
127127
"target": "$1"
128128
}

0 commit comments

Comments
 (0)