Skip to content

Commit ea775a6

Browse files
committed
minor: add minor to custom_release_rules
1 parent 0b0307f commit ea775a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/distribute.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
github_token: ${{ secrets.GITHUB_TOKEN }}
4343
dry_run: ${{ github.event.inputs.autoTag == 'false' }}
4444
custom_release_rules: |
45-
"fix:patch:Bug Fixes,hotfix:patch:Bug Fixes,patch:patch:Patch,refactor:minor:Refactoring,implement:minor:Features,change:minor:Changes,breaking:major:Changes,major:major:Changes"
45+
"fix:patch:Bug Fixes,hotfix:patch:Bug Fixes,minor:minor:Fixes,patch:patch:Quick fixes,refactor:minor:Refactoring,implement:minor:Features,change:minor:Changes,breaking:major:Changes,major:major:Changes"
4646
4747
- name: Update manifest.json
4848
if: github.event.inputs.autoTag == 'true'

0 commit comments

Comments
 (0)