From 85fd28ae31ef0e68c4039fbdbedf2fe52f7f7183 Mon Sep 17 00:00:00 2001 From: stevezyyang Date: Tue, 22 Jun 2021 10:19:36 +0800 Subject: [PATCH] build: add cz-conventional-changelog --- package.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/package.json b/package.json index 3285ae7..eab6490 100644 --- a/package.json +++ b/package.json @@ -25,6 +25,11 @@ "eslint --fix" ] }, + "config": { + "commitizen": { + "path": "./node_modules/cz-conventional-changelog" + } + }, "dependencies": { "codesandbox-import-utils": "^2.2.3", "markdown-it-container": "^3.0.0", @@ -42,6 +47,7 @@ "babel-eslint": "^10.1.0", "codecov": "^3.8.2", "cross-env": "^7.0.3", + "cz-conventional-changelog": "^3.3.0", "eslint": "^7.29.0", "eslint-config-standard": "^16.0.3", "eslint-config-vue": "^2.0.2",