Files
GamaPay.Newbie/html/git_schedule_all.md
2020-04-24 18:47:48 +08:00

29 lines
1.9 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<table style="background-color: #1E1E1E; width: 100%">
<tbody>
<tr>
<td style="width: 25%; color: white;" colspan=3></td>
<td style="width: 25%; color: white; vertical-align: bottom; text-align: center;" colspan=3>第一週-星期四<br><span style="font-weight: bold; color: #94D8F6"><span style="color: #22B04C">develop</span> merge to <span style="color: #FEF100" >Master</span><br>build and deploy to <span style="color: #FEF100">Stage</span></span></td>
<td style="width: 25%; color: white; vertical-align: bottom; text-align: center;" colspan=3>第二週-星期三<br><span style="font-weight: bold; color: #94D8F6"><span style="color: #FEF100">Master</span> merge to <span style="color: #FE0000">PRD</span><br>build and deploy to <span style="color: #FE0000">PRD</span></span></td>
<td style="width: 25%; color: white;" colspan=3></td>
</tr>
<tr>
<td colspan=12 style="padding: 8px 0px;">
<img src="images/git_schedule_arrow.png" style="width:100%; height: 100%; margin: 0px;">
</td>
</tr>
<tr>
<td style="width: 33%; color: black; text-align: center; background-color: #22B04C;" colspan=4>develop 開發</td>
<td style="width: 33%; color: black; text-align: center; background-color: #FEF100;" colspan=4>Stage 測試</td>
<td style="width: 33%; color: black; text-align: center; background-color: #FE0000;" colspan=4>PRD上線</td>
</tr>
<tr>
<td style="width: 33%; color: white; text-align: left; vertical-align: top;" colspan=4>1. 功能開發使用Dev_Feature分支<br>
2. 開發完後提取要求合併至develop 分支</td>
<td style="width: 33%; color: white; text-align: left; vertical-align: top;" colspan=4>1. develop 分支合併至 Master<br>
2. 如果有需要修改使用Master_HotFix</td>
<td style="width: 33%; color: white; text-align: left; vertical-align: top;" colspan=4>1. 上線至PRD環境<br>
2. 如需要修改使用PRD_HotFix分支</td>
</tr>
</tobdy>
</table>