Commit f9ec85fc by pye52

更新readme文档

parent 772d3721
### 分支管理 ### 分支管理
| 分支名 | 描述 | | 分支名 | 描述 |
| ---------- | ------------------------------------------------------------ | | ---------- | ------------------------------------------------------------ |
| develop | 开发分支作为源分支,所有新功能开发和bug修复都在develop派生分支进行 | | develop | deprecated 开发分支作为源分支,所有新功能开发和bug修复都在develop派生分支进行 |
| test | 测试环境,仅用作打包使用,打包前先从develop分支合并过来并递增版本号 | | test | deprecated 测试环境,仅用作打包使用,打包前先从develop分支合并过来并递增版本号 |
| uat | uat环境,仅用作打包使用,打包前先从develop分支合并过来并递增版本号 | | uat | deprecated uat环境,仅用作打包使用,打包前先从develop分支合并过来并递增版本号 |
| production | 生产环境,仅用作打包使用,打包前先从develop分支合并过来并递增版本号 | | production | deprecated 生产环境,仅用作打包使用,打包前先从develop分支合并过来并递增版本号 |
| new_master | 重构版本,通过Build Variants来切换到指定的环境,打包同理。已配置好混淆 | | new_master | 重构版本,通过Build Variants来切换到指定的环境,打包同理。已配置好混淆 |
| new_for_phone | 重构版本,供手机测试,通过Build Variants来切换到指定的环境,打包同理。已配置好混淆 | | new_for_phone | 重构版本,供手机测试,通过Build Variants来切换到指定的环境,打包同理。已配置好混淆 |
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment