feat: springboot v3 + openapi v3 等相关适配完成
正在显示
commitlint.config.js
0 → 100644
No preview for this file type
File deleted
| { | { | ||
| "name": "basic-api-project", | "name": "basic-api-boot", | ||
| "version": "0.0.1", | "version": "0.0.1", | ||
| "scripts": { | "scripts": { | ||
| "log": "conventional-changelog -p angular -i CHANGELOG.md -s" | "log": "conventional-changelog -p angular -i CHANGELOG.md -s" | ||
| }, | }, | ||
| "devDependencies": { | "devDependencies": { | ||
| "@commitlint/cli": "^17.4.0", | |||
| "@commitlint/config-conventional": "^17.4.0", | |||
| "commitizen": "^4.2.6", | |||
| "conventional-changelog-cli": "^2.2.2", | |||
| "cz-conventional-changelog": "^3.3.0", | "cz-conventional-changelog": "^3.3.0", | ||
| "conventional-changelog-cli": "^2.2.2" | "cz-customizable": "^7.0.0", | ||
| "cz-git": "^1.4.1" | |||
| }, | }, | ||
| "config": { | "config": { | ||
| "commitizen": { | "commitizen": { | ||
| "path": "./node_modules/cz-conventional-changelog" | "path": "node_modules/cz-git" | ||
| } | } | ||
| } | } | ||
| } | } |
差异被折叠。
点击展开。
请
注册
或者
登录
后发表评论