-
Notifications
You must be signed in to change notification settings - Fork 120
[Woo POS][App Listings] Update listing meta #16346
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
base: trunk
Are you sure you want to change the base?
Conversation
|
Tip: to test if the metadata will look as expected:
For the record, this is what the preview HTML looked like for me when I ran this on head commit 614e1f0 of this PR: |
|
Additional notes on this PR in particular: ✅ I disabled the consistency check on translations downloadI've pushed commit db64150 to disable the check we had (during the download of metadata translations from GlotPress) that
🖼️ Updating ScreenshotsI see you added
✍️ Actually differentiate the copies at some pointI notice that for the time being, the If the copies won't differ (e.g. not even ℹ️ release-toolkit updateWhile I was testing this PR by calling the I've thus created a separate PR #16349 to update it while I was at it. That other PR can be merged entirely separately and independently of this one. I just figured I'd mention it since if you run the |
We initially added this flag so we could have different copy for US if needed while keeping the default different for other languages, since we’re using the same metadata for all locales we can switch it back to be false for the time being.
en-GB
Description
This PR updates
description.txtandmetadata.txtthat will be used in app store across all languages. Olivier also kindly added a new flag and logic in db64150 that we can use in the future if we need theen-USmeta to differ fromdefaultmeta used for all languages. This was an early requirement, but is no longer the case and we'll update all locales.Test Steps
bundle exec fastlane run configure_applyso that the ASC API key file is present in your machine.cp fastlane/env/user.env.example ~/.wcios-env.defaultbundle exec fastlane update_metadata_on_app_store_connectfile:///{your machine}/woocommerce-ios/fastlane/screenshots/screenshots.htmlnoso it does not actually upload it to ASC.