Commit cc196048 authored by lipengcheng 's avatar lipengcheng

docs: 文档更新

parent 2a9b1173
......@@ -79,7 +79,7 @@ npm run prettier
### 发版流程
1. 切换到master分支并且执行`git pull`更新代码
2. 将测试完成要发版的分支合并到master分支
3. 通过`standard-version`执行相关命令,自动更新`package.json`中的版本号,更新`changelog`,同时打版到master分支:
3. 自动更新`package.json`中的版本号,更新`changelog`,同时打版到master分支:
第一个版本,需要根据当前package.json中的版本初始化tag及changelog:`yarn release:init`;<br>
更新修订版本号:`yarn release:patch`<br>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment