Skip to content

新バージョンのリリース手順

y-tomida edited this page Dec 24, 2019 · 5 revisions
  1. github上で gradle.properties を開き, currentVersion の値をリリースしたいバーションに変更する
# 例) バーション1.0.1をリリース
# currentVersionの値を変更する
currentVersion = 1.0.1
  1. コミットする
    このとき, Create a new branch for this commit and start a pull request. を選択して新たにブランチを作成する
    例) バーション1.0.1をリリース
  • コミットメッセージ: Release v1.0.1
  • ブランチ名: release-v1.0.1 スクリーンショット 2019-12-24 16 05 33
  1. PRを作成する
    PRのタイトルは Release リリースしたいバージョン
    つまり, 手順2のコミットメッセージと同じ

  2. CIの処理が終わったらPRをマージする

Clone this wiki locally