From 41efd7539f824f841eda33c9edb000b1ebe93230 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AB=98=E6=A9=8B=20=E4=BF=AE=E4=B8=80?= Date: Wed, 5 Feb 2020 21:10:39 +0900 Subject: [PATCH] Fix Japanese translate about release phase --- index.ja_JP.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/index.ja_JP.html b/index.ja_JP.html index aba7400..9ff3b35 100644 --- a/index.ja_JP.html +++ b/index.ja_JP.html @@ -258,12 +258,12 @@

Make a release

★ ★ ★

-

リリース準備開始

+

リリース作業開始

リリース作業を開始するには、git flowのreleaseコマンドを使います

'develop'ブランチから'release'ブランチを作成します @@ -286,9 +286,9 @@
-

リリース準備完了

+

リリース完了

-

リリース準備の終了作業は、gitのリポジトリが大きく変化します:

+

リリースの完了は、gitブランチの最大のステップの1つです。この場合、いくつかのアクションが発生します。:

  • 'release'ブランチを'master'にマージします。
  • 'master'ブランチにリリース用のタグをつけます。