Update CHECKLIST.md

This commit is contained in:
moyu 2019-03-15 18:13:07 +08:00 committed by GitHub
parent 908818d679
commit f248c81567
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 15 deletions

View File

@ -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