diff --git a/.github/workflows/distribute.yml b/.github/workflows/distribute.yml index 89f2f8fb..369b06ea 100644 --- a/.github/workflows/distribute.yml +++ b/.github/workflows/distribute.yml @@ -42,7 +42,7 @@ jobs: github_token: ${{ secrets.GITHUB_TOKEN }} dry_run: ${{ github.event.inputs.autoTag == 'false' }} custom_release_rules: | - "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" - name: Update manifest.json if: github.event.inputs.autoTag == 'true'