chore: use cz-git commitizen adapter (#2054)

* chore: use `cz-git` commitizen adapter

* workflow: update `cz-git` types description
This commit is contained in:
zhengqbbb
2022-07-10 18:27:38 +08:00
committed by GitHub
parent f305637366
commit 9c26ee1b9c
3 changed files with 102 additions and 364 deletions

View File

@@ -7,6 +7,7 @@
"url": "https://github.com/anncwb"
},
"scripts": {
"commit": "czg",
"bootstrap": "pnpm install",
"serve": "npm run dev",
"dev": "vite",
@@ -96,9 +97,10 @@
"@vue/compiler-sfc": "^3.2.33",
"@vue/test-utils": "^2.0.0-rc.21",
"autoprefixer": "^10.4.4",
"commitizen": "^4.2.4",
"conventional-changelog-cli": "^2.2.2",
"cross-env": "^7.0.3",
"cz-git": "^1.3.9",
"czg": "^1.3.9",
"dotenv": "^16.0.0",
"eslint": "^8.13.0",
"eslint-config-prettier": "^8.5.0",
@@ -183,5 +185,10 @@
"*.md": [
"prettier --write"
]
},
"config": {
"commitizen": {
"path": "node_modules/cz-git"
}
}
}