Skip to content

Commit

Permalink
Merge pull request #136 from medyo/develop
Browse files Browse the repository at this point in the history
minor: add minor to custom_release_rules
  • Loading branch information
medyo authored Feb 11, 2023
2 parents 2b2e1f0 + ea775a6 commit 1f337eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/distribute.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 1f337eb

Please sign in to comment.