We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cd4db9 commit b88de83Copy full SHA for b88de83
.github/workflows/integration.yml
@@ -68,7 +68,7 @@ jobs:
68
- name: Check Commit Type
69
uses: gsactions/commit-message-checker@v2
70
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]*)'
+ 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+'
72
error: 'One or several of the pushed commits do not match the conventional commit convention. Please read CONTRIBUTING.md.'
73
excludeDescription: true
74
excludeTitle: true
0 commit comments