-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Merge release/20.3 (20.3-rc-2) #16932
Conversation
…elease_1.79.1 Integrate gutenberg-mobile release 1.79.1
You can trigger optional UI/connected tests for these changes by visiting CircleCI here. |
You can test the Jetpack changes on this Pull Request by downloading an installable build (jetpack-installable-build-pr16932-332594d.apk), or scanning this QR code: |
You can test the WordPress changes on this Pull Request by downloading an installable build (wordpress-installable-build-pr16932-332594d.apk), or scanning this QR code: |
PS: The instrumented-test check is failing due to this wPScreenshotTest test failing (maybe its flaky). 🤔 Cc @jkmassel |
👋🏻 @ParaskP7. Thanks for the ping. TL;DR: We have run into this same situation before. Alpha Gutenberg releases represent code changes upon which Gutenberg's daily development depends. We do not make them on specific cadence, but as needed. Removing one (i.e. rolling back to a lower release) would likely cause errors in daily local development. While the alpha release will not contain the latest crash fix, I do not think that is a major concern. The fix will always arrive when we integrate the next scheduled release. |
Great, thanks for the confirmation on selecting |
Hey @ParaskP7, thanks for sharing this and merging the release 🙇 . As @dcalhoun mentioned, the version for solving the conflict should be
I was checking the commit that was tagged with the alpha version (i.e. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
-
versionName
rc
number andversionCode
bumps inbuild.gradle``version.properties
-
string.xml
updates
Good to go from a release automation point of view, and from what I make of the comments, also for the conflict resolution
Thanks for the double confirmation @fluiddot ! 🙇
Oh nice, this is good! 🎉 |
Thanks for the review and 👍 @mokagio ! 🙇 ❤️ 🚀 |
… into merge/release-20.3
👋 @jkmassel !
The UPDATE: I ended-up merging it to PS: I also updated this PR with latest |
Merging the release branch after doing a new beta.
The new beta included:
strings.xml
for WordPress (d1dbc88)strings.xml
files for Jetpack, including newavailable_languages.xml
file (f281a2c + 5593a91)version.properties
(2d235a0)Merge Conflicts:
I kept
gutenbergMobileVersion = 'v1.80.0-alpha3'
, which was intrunk
. PS: @fluiddot or @dcalhoun or @derekblank can you please confirm if the conflict resolution is good and that thev1.80.0-alpha3
already has the fix? 🙏