We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2b2e1f0 + ea775a6 commit 1f337ebCopy full SHA for 1f337eb
.github/workflows/distribute.yml
@@ -42,7 +42,7 @@ jobs:
42
github_token: ${{ secrets.GITHUB_TOKEN }}
43
dry_run: ${{ github.event.inputs.autoTag == 'false' }}
44
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"
+ "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"
46
47
- name: Update manifest.json
48
if: github.event.inputs.autoTag == 'true'
0 commit comments