-
Notifications
You must be signed in to change notification settings - Fork 13
新バージョンのリリース手順
y-tomida edited this page Dec 24, 2019
·
5 revisions
- github上で
gradle.properties
を開き,currentVersion
の値をリリースしたいバーションに変更する
# 例) バーション1.0.1をリリース
# currentVersionの値を変更する
currentVersion = 1.0.1
- コミットする
このとき,Create a new branch for this commit and start a pull request.
を選択して新たにブランチを作成する
例) バーション1.0.1をリリース
- コミットメッセージ:
Release v1.0.1
- ブランチ名:
release-v1.0.1
-
PRを作成する
PRのタイトルはRelease リリースしたいバージョン
つまり, 手順2のコミットメッセージと同じ -
CIの処理が終わったらPRをマージする