qk-release
v1.1.3
Published
A beautiful javascript tool for quick release
Downloads
18
Readme
qk-release
A beautiful cli tool for intergrated process of quick release
✨ Feature
- One common and quick tool for release
- CLI interacion UI
- Combine with version update, tag commit, building(optional), change log(optional), pushing to git, publishing(optional) etc.
🚀 Start
install
npm i -D qk-release # OR yarn add -D qk-release
"scripts": {
"release": "qkrelease <--skipBuild | --skipLog | --skipPublish | --skipGitPush>"
},
- skipBuild 跳过build构建过程
- skipLog 跳过changelog日志过程
- skipPublish 跳过npm publish过程
- skipGitPush 跳过git push过程
npm run release # OR yarn release