@ctrlc/hook_push
v1.2.6
Published
自动化修改版本号 (符合 semver 语义), 并提交 git 仓库
Downloads
2
Maintainers
Readme
@ctrlc/hook_push
自动化修改版本号 (符合 semver 语义), 并提交 git 仓库
使用示例
省略config
配置时,默认修改根目录下的package.json
{
// ...
"scripts": {
"push": "hook_push"
},
"config": {
"hook_push": "./config/config.json"
},
"dependencies": {
"@ctrlc/hook_push": "^1.1.1"
}
// ...
}