Skip to content

Commit b88de83

Browse files
mgermerieDesplandis
authored andcommitted
chore(integration): add release commit to message check
1 parent 1cd4db9 commit b88de83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
- name: Check Commit Type
6969
uses: gsactions/commit-message-checker@v2
7070
with:
71-
pattern: '^(feat|feature|features|fix|perf|revert|doc|docs|refactor|refacto|refactoring|test|tests|chore|rename|workflow|example|examples|others)(\([\w\-\.]+\))?: ([\w ])+([\s\S]*)'
71+
pattern: '^(feat|feature|features|fix|perf|revert|doc|docs|refactor|refacto|refactoring|test|tests|chore|rename|workflow|example|examples|others)(\([\w\-\.]+\))?: ([\w ])+([\s\S]*)|release v\d+.\d+.\d+'
7272
error: 'One or several of the pushed commits do not match the conventional commit convention. Please read CONTRIBUTING.md.'
7373
excludeDescription: true
7474
excludeTitle: true

0 commit comments

Comments
 (0)