1.3.6 • Published 3 years ago
coco-git v1.3.6
coco-git
它是一个创建、推送git tag自动化脚本。
安装
npm i coco-git -D使用
在package.json文件scripts添加tag:coco tag。
//...
"scripts": {
//...
"tag":"coco tag"
}
//...然后,执行npm run tag命令。
它是一个创建、推送git tag自动化脚本。
npm i coco-git -D在package.json文件scripts添加tag:coco tag。
//...
"scripts": {
//...
"tag":"coco tag"
}
//...然后,执行npm run tag命令。