-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Merge release/20.6 after 20.6-rc-2 beta #17098
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
Conversation
…elease_1.81.1 Integrate gutenberg-mobile release 1.81.1
For easier-to-identify steps in Buildkite UI and messages in Slack notification channel
- slack: "#build-and-ship" | ||
|
||
- label: "🛠 Jetpack Beta Build" | ||
- label: ":jetpack: :android: Beta Build" |
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.
Since Gio recently added Jetpack as an official emoji supported by Buildkite, I figured it was a great occasion to use it here to make the steps more readable:
The main reason I did that change though was to make them more easily identifiable on the build notification in Slack (compared to previously where many other notifications used the same 🛠️ emoji and it was not as easy to know which app this was about just at a quick glance):
You can test the WordPress changes on this Pull Request by downloading an installable build (wordpress-installable-build-pr17098-c567b2a.apk), or scanning this QR code: |
You can test the Jetpack changes on this Pull Request by downloading an installable build (jetpack-installable-build-pr17098-c567b2a.apk), or scanning this QR code: |
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.
I am not entirely sure why wordPressLoginVersion
was included in the merge conflict. The version change to 0.18.0
was merged in code freeze PR. It should no longer create a conflict since its value hasn't changed in the release/20.6
branch after the code freeze PR.
In any case, the conflict resolution and everything else looks good to me, so
Good eye and good question. The That is why there was a conflict on this one there too, as indeed |
Merging the release branch after doing a new beta.
The new beta includes:
strings.xml
from GlotPressversion.properties
Conflicts Resolution
Expected conflict in
build.gradle
on Gutenberg's version number, given this branch contained a betafix for itKept
trunk
's version, as usual, and since it's a higher version anyway. cc @geriuxI'd expect the fix that shipped in
1.81.
to either already be part of1.82.0-alpha1
, or to be included in a future1.82.0-alphaN
before the final1.82.0
anyway.