Skip to content

Commit 2b2e1f0

Browse files
authored
Merge pull request #135 from medyo/develop
patch: custom_release_rules
2 parents 40bae44 + 0b0307f commit 2b2e1f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/distribute.yml

Lines changed: 1 addition & 1 deletion
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,refactor:minor:Refactoring,implement:minor:Features,change:minor:Changes,breaking:major:Breaking Changes,major:major:Major Changes"
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"
4646
4747
- name: Update manifest.json
4848
if: github.event.inputs.autoTag == 'true'

0 commit comments

Comments
 (0)