Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

リリース処理の自動化 #6

Open
gen0083 opened this issue Oct 31, 2016 · 4 comments
Open

リリース処理の自動化 #6

gen0083 opened this issue Oct 31, 2016 · 4 comments

Comments

@gen0083
Copy link
Owner

gen0083 commented Oct 31, 2016

やってること

whatsnewの更新
versionCode, versionNameの更新
./gradlew assembleProdRelease
./gradlew publishProdRelease

Google Playへの公開自体はgradleコマンドでできるが、その前段階のversionCode上げたりする部分も自動化したい(手動で書き換えはめんどうくさいし、よく忘れる)

@gen0083
Copy link
Owner Author

gen0083 commented Dec 21, 2016

別にassembleProdReleaseはいらない
(publishの依存タスクだから)

@gen0083
Copy link
Owner Author

gen0083 commented Dec 21, 2016

しばらく時間があくと、「リリース処理はどのファイルを弄る必要があるんだっけ?」となってしまってよくない

@gen0083
Copy link
Owner Author

gen0083 commented Jan 1, 2017

リリース前にテスト走らせること
./gradlew testProdReleaseUnitTest
./gradlew connectedMockDebugAndroidTest

releaseビルドでProGuardを有効にしたので、Unit Testはreleaseビルドで実行
androidTestはdebugビルドしか動かせないので、そこはmockで実行でよい

@gen0083
Copy link
Owner Author

gen0083 commented Jun 30, 2018

versionCode/versionNameはbumpVersionタスクを作って自動化した

whatsnewの更新は手動で行う必要があるが、これも忘れそう
git のコミットメッセージ使ってwhatsnewとかも更新できたら楽な気がする

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant