Skip to content

Commit b1293b5

Browse files
committed
fix(release): 修正小版本模式匹配以去除冒号
1 parent 7e2be0e commit b1293b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
with:
3939
tag_prefix: ""
4040
major_pattern: "BREAKING CHANGE:"
41-
minor_pattern: "feat:"
41+
minor_pattern: "feat"
4242
format: "${major}.${minor}.${patch}"
4343

4444
- name: Check if release needed

0 commit comments

Comments
 (0)