mand-mobile/CHECKLIST.md

23 lines
601 B
Markdown
Raw Normal View History

2019-03-15 18:03:09 +08:00
# 发版步骤
- 日志
2019-03-15 18:13:07 +08:00
- [ ] 更新`package.json`版本号
- [ ] 更新CHANGELOG
2019-03-15 18:03:09 +08:00
- 检测
2019-03-15 18:13:07 +08:00
- [ ] `npm run test`
- [ ] `npm run build`
- [ ] `npm run dev:bundle`
2019-03-15 18:03:09 +08:00
- 构建
2019-03-15 18:13:07 +08:00
- [ ] 切换至`master`分支并合并`dev`分支
- [ ] 构建项目: `npm run build`
- [ ] 推送至远程分支
- [ ] 版本发布: `npm publish`
2019-03-15 18:03:09 +08:00
- 站点
2019-03-15 18:13:07 +08:00
- [ ] 构建示例: `npm run build:example`
- [ ] 更新依赖: `cd site && npm install mand-mobile`
- [ ] 构建站点: `npm run build:site`
- [ ] 合并至`master`分支并推送
2019-03-15 18:03:09 +08:00
- 收尾
2019-03-15 18:13:07 +08:00
- [ ] 进入CI查看进度
- [ ] 仓库发布RELEASE