リリース手順 - nttcom-html5lab/nttcom-html5lab.github.io GitHub Wiki

1. ステージング環境と同期する

git fetch upstream
git checkout release-preparation
git merge --squash upstream/gh-pages

2. 手動でコンフリクトを解消する

バイナリがコンフリクトした時にリモートブランチのファイルを採用する方法

git checkout --theirs filename

gulpも実行しておく。

gulp

3. ローカルでテストする

4. release-presentationブランチをpushする

5. release-presentation → master にpull requestを出す

6. pull requestをマージする

7. 本番でテストする

8. タグを打つ

git tag 1.x.x
git push origin 1.x.x