@worktile/wpm
v0.0.1-beta.0
Published
Generic CLI tool to automate versioning and package publishing related tasks:
Downloads
21
Keywords
Readme
🚀 Worktile Package Manager 🚀
Generic CLI tool to automate versioning and package publishing related tasks:
- Bump version (in e.g. package.json)
- Git create branch, commit, tag, push
- Execute any (test or build) commands using hooks
- Create release
- Generate changelog
Release
wpm release 1.0.1 # 明确版本号
wpm release patch # 语义化版本关键字: `patch`、`minor`、`major`
wpm release # 通过命令行提示选择版本