Update CHECKLIST.md
This commit is contained in:
parent
908818d679
commit
f248c81567
30
CHECKLIST.md
30
CHECKLIST.md
|
@ -1,22 +1,22 @@
|
|||
# 发版步骤
|
||||
|
||||
- 日志
|
||||
- [] 更新`package.json`版本号
|
||||
- [] 更新CHANGELOG
|
||||
- [ ] 更新`package.json`版本号
|
||||
- [ ] 更新CHANGELOG
|
||||
- 检测
|
||||
- [] `npm run test`
|
||||
- [] `npm run build`
|
||||
- [] `npm run dev:bundle`
|
||||
- [ ] `npm run test`
|
||||
- [ ] `npm run build`
|
||||
- [ ] `npm run dev:bundle`
|
||||
- 构建
|
||||
- [] 切换至`master`分支并合并`dev`分支
|
||||
- [] 构建项目: `npm run build`
|
||||
- [] 推送至远程分支
|
||||
- [] 版本发布: `npm publish`
|
||||
- [ ] 切换至`master`分支并合并`dev`分支
|
||||
- [ ] 构建项目: `npm run build`
|
||||
- [ ] 推送至远程分支
|
||||
- [ ] 版本发布: `npm publish`
|
||||
- 站点
|
||||
- [] 构建示例: `npm run build:example`
|
||||
- [] 更新依赖: `cd site && npm install mand-mobile`
|
||||
- [] 构建站点: `npm run build:site`
|
||||
- [] 合并至`master`分支并推送
|
||||
- [ ] 构建示例: `npm run build:example`
|
||||
- [ ] 更新依赖: `cd site && npm install mand-mobile`
|
||||
- [ ] 构建站点: `npm run build:site`
|
||||
- [ ] 合并至`master`分支并推送
|
||||
- 收尾
|
||||
- [] 进入CI查看进度
|
||||
- [] 仓库发布RELEASE
|
||||
- [ ] 进入CI查看进度
|
||||
- [ ] 仓库发布RELEASE
|
||||
|
|
Loading…
Reference in New Issue