feat(pipline): 测试功能
正在显示
package.json
deleted
100644 → 0
| { | ||
| "devDependencies": { | ||
| "commitizen": "^4.0.3", | ||
| "cz-conventional-changelog": "^3.3.0" | ||
| }, | ||
| "config": { | ||
| "commitizen": { | ||
| "path": "./node_modules/cz-conventional-changelog" | ||
| } | ||
| }, | ||
| "version": "1.0.4", | ||
| "scripts": { | ||
| "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md" | ||
| } | ||
| } |
请
注册
或者
登录
后发表评论