Guest User

Untitled

a guest
May 21st, 2018
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. Backport お願いします。
  2.  
  3. バックポートは検証OKになった変更を安定版ブランチに入れる作業です。
  4. "Backport" is work to push test OK changes to "stable" branch from "master" branch.
  5. "Backport" là công việc để thúc đẩy các thay đổi OK cho chi nhánh "stable" từ chi nhánh "master".
  6.  
  7. "master" branch
  8. 開発ブランチ / development branch / phát triển branch
  9. "release_store_2.3.0" branch
  10. 安定ブランチ / stable branch / ổn định branch
  11. "release_store_2.3.0" から作業用ブランチを作ります
  12. 1. create working branch based on "release_store_2.3.0" branch.
  13. (例) [yourname]_[ticketNo]_release_store_2.3.0 , atsushishibata_130637_release_store_2.X.X
  14.  
  15. 2. masterから、この修正のcommitを作業ブランチにチェリーピック&プッシュ
  16. cherry pick & push commit of this fix from "master" branch to to work branch.
  17.  
  18. 3. Build check.
  19.  
  20. 4. review request. (pull_request)
  21.  
  22. 5. Review OK. (Reviewer)
  23.  
  24. 6. "release_store_2.3.0" に、作業用ブランチのcommitをチェリーピック&プッシュ
  25. cherry pick & push commit of working branch to "release_store_2.3.0".
  26.  
  27. 7. Assign the ticket to test team.
  28.  
  29. 8. Backport test OK. (test team)
  30.  
  31. 9. Ticket close. (test team)
Add Comment
Please, Sign In to add comment