mirror of
https://github.com/php-flasher/php-flasher.git
synced 2026-03-31 15:07:47 +01:00
Merge pull request #123 from php-flasher/feat/validate-commit-messages
style: use commitizen for conventional commit messages
This commit is contained in:
@@ -7,3 +7,5 @@ composer.lock
|
||||
|
||||
packs/**/composer.lock
|
||||
packs/**/vendor/
|
||||
|
||||
node_modules/
|
||||
|
||||
+1
-1
@@ -16,7 +16,7 @@ grumphp:
|
||||
git_commit_message:
|
||||
allow_empty_message: false
|
||||
enforce_capitalized_subject: false
|
||||
max_subject_width: 100
|
||||
max_subject_width: 93
|
||||
type_scope_conventions:
|
||||
types:
|
||||
- build
|
||||
|
||||
Generated
+2161
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"devDependencies": {
|
||||
"commitizen": "^4.3.0",
|
||||
"cz-conventional-changelog": "^3.3.0"
|
||||
},
|
||||
"scripts": {
|
||||
"commit": "cz"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user