不要怂,就是干,撸起袖子干!

Commit 84e00ae8 by Sushant Committed by GitHub

chores: restore semver behavior

1 parent b8cfde9d
Showing with 2 additions and 2 deletions
......@@ -146,11 +146,11 @@
"path": "./node_modules/cz-conventional-changelog"
},
"commitTypeMap": {
"docs": "patch",
"docs": null,
"fix": "patch",
"perf": "patch",
"feat": "minor",
"refactor": "minor",
"refactor": null,
"release": "minor",
"ci": null,
"tests": null
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!