We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a10d430 commit 20c886bCopy full SHA for 20c886b
1 file changed
.github/workflows/tag.yml
@@ -17,7 +17,7 @@ jobs:
17
default_bump: patch
18
tag_prefix: v
19
custom_release_rules: |
20
- "patch:patch,minor:minor,major:major"
+ "fix:patch:Bug Fixes,patch:patch:Changes,feature:minor:Features,change:minor:Changes,minor:minor:Changes,breaking:major:Breaking Changes,major:major:Major Changes"
21
- name: Create a GitHub release
22
uses: ncipollo/release-action@v1
23
with:
0 commit comments