Skip to content

Commit 20c886b

Browse files
committed
Fix github tag action.
1 parent a10d430 commit 20c886b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
default_bump: patch
1818
tag_prefix: v
1919
custom_release_rules: |
20-
"patch:patch,minor:minor,major:major"
20+
"fix:patch:Bug Fixes,patch:patch:Changes,feature:minor:Features,change:minor:Changes,minor:minor:Changes,breaking:major:Breaking Changes,major:major:Major Changes"
2121
- name: Create a GitHub release
2222
uses: ncipollo/release-action@v1
2323
with:

0 commit comments

Comments
 (0)