Skip to content

Commit 3e205ad

Browse files
authored
ci: add chore to the semver patch list (#192)
Commons has different release constraints. This will help with translation-only releases.
1 parent 7b7055e commit 3e205ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
branch: ${{ github.event.repository.default_branch }}
2626
noNewCommitBehavior: 'warn'
2727
noVersionBumpBehavior: 'warn'
28+
patchList: fix, bugfix, perf, refactor, test, tests, chore
2829

2930
- name: Create and push tag
3031
if: ${{ steps.version.outputs.nextStrict }}

0 commit comments

Comments
 (0)