-
Notifications
You must be signed in to change notification settings - Fork 0
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
Comments
別にassembleProdReleaseはいらない |
しばらく時間があくと、「リリース処理はどのファイルを弄る必要があるんだっけ?」となってしまってよくない |
リリース前にテスト走らせること releaseビルドでProGuardを有効にしたので、Unit Testはreleaseビルドで実行 |
versionCode/versionNameはbumpVersionタスクを作って自動化した whatsnewの更新は手動で行う必要があるが、これも忘れそう |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
やってること
whatsnewの更新
versionCode, versionNameの更新
./gradlew assembleProdRelease
./gradlew publishProdRelease
Google Playへの公開自体はgradleコマンドでできるが、その前段階のversionCode上げたりする部分も自動化したい(手動で書き換えはめんどうくさいし、よく忘れる)
The text was updated successfully, but these errors were encountered: