Skip to content

Instantly share code, notes, and snippets.

@stableShip
Created May 16, 2017 01:46
Show Gist options
  • Save stableShip/9be22e3e92f03664b510a517ede312e7 to your computer and use it in GitHub Desktop.
Save stableShip/9be22e3e92f03664b510a517ede312e7 to your computer and use it in GitHub Desktop.
工作流程
## 工作流程
### 发布流程:
1. 合并代码到master.
2. 登录 发布产品登记表, 发给运维, 测试组长.
3. 测试通知可以进行发布.
4. 使用walle审核发布.
### bug发布流程:
1. 测试提bug
2. 修复bug, 部署到测试环境
3. 测试测试, 通知部署到预发布环境
4. 部署到预发布环境(walle)
5. 测试测试, (通知部署到正式环境)
6. 部署到正式环境 (walle), 审核.
如果没有通知部署到正式环境, 和下一版本一起发布
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment