feat: Add commitizen to project

Signed-off-by: Lucien Cartier-Tilet <lucien@phundrak.com>
This commit is contained in:
2023-02-09 12:01:41 +01:00
parent 59e30f919c
commit acd7297b7f
2 changed files with 925 additions and 5 deletions

View File

@@ -8,6 +8,7 @@
"license": "AGPL-3.0",
"private": true,
"devDependencies": {
"cz-conventional-changelog": "^3.3.0",
"vuepress": "^2.0.0-beta.60"
},
"scripts": {
@@ -16,5 +17,10 @@
},
"dependencies": {
"vuepress-plugin-remove-html-extension": "^0.1.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}