A beautiful javascript tool for quick release


Keywords
node, release
License
MIT
Install
npm install qk-release@1.1.3

Documentation

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


😉😘 If it is helpful to you, please add ⭐️Star Thanks~