From ea775a617c380cd7c081d32d26933c2de747d9a2 Mon Sep 17 00:00:00 2001 From: John Doe Date: Sat, 11 Feb 2023 15:46:32 +0100 Subject: [PATCH] minor: add minor to custom_release_rules --- .github/workflows/distribute.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'