adding release to git commit config

This commit is contained in:
Jakub Jezek 2023-01-26 10:37:53 +01:00
parent b0bf9a4a5c
commit c4b010499a
No known key found for this signature in database
GPG key ID: 730D7C02726179A7

View file

@ -9,4 +9,4 @@ repos:
- id: check-yaml
- id: check-added-large-files
- id: no-commit-to-branch
args: [ '--pattern', '^(?!((enhancement|feature|bugfix|documentation|tests|local|chore)\/[a-zA-Z0-9\-]+)$).*' ]
args: [ '--pattern', '^(?!((release|enhancement|feature|bugfix|documentation|tests|local|chore)\/[a-zA-Z0-9\-]+)$).*' ]