diff --git a/.czrc b/.czrc new file mode 100644 index 0000000..90c38db --- /dev/null +++ b/.czrc @@ -0,0 +1,3 @@ +{ + "path": "./node_modules/cz-conventional-changelog" +} diff --git a/package.json b/package.json index 369a994..bff936d 100644 --- a/package.json +++ b/package.json @@ -56,10 +56,5 @@ "vitest": "^1.3.0", "vue-tsc": "^1.8.27", "webdriverio": "^8.32.2" - }, - "config": { - "commitizen": { - "path": "./node_modules/cz-conventional-changelog" - } } }