Skip to content

Commit

Permalink
Update CHECKLIST.md
Browse files Browse the repository at this point in the history
  • Loading branch information
moyus authored Mar 15, 2019
1 parent 908818d commit f248c81
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions CHECKLIST.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit f248c81

Please sign in to comment.