-
张3
发布于 2026-03-22
-
收藏
如果需要在项目中使用commitizen生成符合AngularJS规范的提交说明,还需要安装cz-conventional-changelog适配器。//?.fatherrc.tsexport?default?{??target:?'node',??cjs:?{?type:?'babel',?lazy:?true?},??disableTypeCheck:?false,};1 工程根目录下的package.json中增加一条脚本://?.fatherrc.tsexport?defa...