Skip to content

Commit

Permalink
Use staged-rollouts when deploying to Google Play
Browse files Browse the repository at this point in the history
  • Loading branch information
d4rken committed May 5, 2024
1 parent 64306b8 commit 84b64ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ platform :android do
sh "bash ./remove_unsupported_languages.sh"
supply(
track: 'beta',
rollout: '0.10',
package_name: 'eu.darken.sdmse',
skip_upload_changelogs: 'false',
skip_upload_apk: 'true',
Expand All @@ -39,6 +40,7 @@ platform :android do
sh "bash ./remove_unsupported_languages.sh"
supply(
track: 'beta',
rollout: '0.10',
package_name: 'eu.darken.sdmse',
skip_upload_changelogs: 'false',
skip_upload_apk: 'true',
Expand Down

0 comments on commit 84b64ee

Please sign in to comment.