-
- Downloads
build(npm, shell): use the global `standard-version`
.versionrc.json
0 → 100644
... | ... | @@ -18,26 +18,6 @@ |
"gulp-insert": "^0.5.0", | ||
"gulp-rename": "^2.0.0", | ||
"gulp-uglify": "^3.0.2", | ||
"standard-version": "^9.3.2", | ||
"uglify-js": "^3.14.3" | ||
}, | ||
"standard-version": { | ||
"skip": { | ||
"commit": true, | ||
"tag": true | ||
}, | ||
"types": [{ | ||
"type": "feat", | ||
"section": "Features" | ||
}, | ||
{ | ||
"type": "fix", | ||
"section": "Bug Fixes" | ||
}, | ||
{ | ||
"type": "perf", | ||
"section": "Improvements" | ||
} | ||
] | ||
} | ||
} |
Please register or sign in to comment