@@ -0,0 +1 @@
+module.exports = { extends: ['@commitlint/config-conventional'] };
@@ -0,0 +1,13 @@
+{
+ "command": {
+ "version": {
+ "allowBranch": "main",
+ "conventionalCommits": true,
+ "message": "chore: auto-update package info"
+ }
+ },
+ "packages": [
+ "**/*"
+ ],
+ "version": "independent"
+}
@@ -54,5 +54,10 @@
},
"dependencies": {
"wp-prettier": "^2.0.5"
+ "config": {
+ "commitizen": {
+ "path": "./node_modules/cz-conventional-changelog"
}