Merge changes from topic "ck/conventional-commits" into integration
* changes: build(hooks): add commitlint hook build(hooks): add Commitizen hook build(hooks): add Gerrit hook build(hooks): add Husky configuration
.cz.json
0 → 100644
.husky/.gitignore
0 → 100644
.husky/commit-msg
0 → 100755
.husky/commit-msg.commitlint
0 → 100755
.husky/commit-msg.gerrit
0 → 100755
.husky/prepare-commit-msg
0 → 100755
.husky/prepare-commit-msg.cz
0 → 100755
commitlint.config.js
0 → 100644
package-lock.json
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
package.json
0 → 100644
{ | ||
"private": true, | ||
"scripts": { | ||
"postinstall": "husky install" | ||
}, | ||
"devDependencies": { | ||
"@commitlint/cli": "^11.0.0", | ||
"@commitlint/config-conventional": "^11.0.0", | ||
"commitizen": "^4.2.2", | ||
"cz-conventional-changelog": "^3.3.0", | ||
"husky": "^5.0.4" | ||
} | ||
} |
Please register or sign in to comment