wordpress-mobile / release-toolkit-gutenberg-mobile

Automation Scripts for Releasing Gutenberg-Mobile Updates to the WordPress Mobile Apps.
Mozilla Public License 2.0
5 stars 2 forks source link

[CLI]Update Integrate patch release #237

Closed jhnstn closed 5 months ago

jhnstn commented 6 months ago

This adds the ability to integrate patch release into the main apps.

It adds a host version flag (-V) to the release integrate command.

It will also fail if the trying to integrate a patch where the host version is not supplied.

NOTE: This will work for beta fixes but might not work for hot fixes where the release branch no longer exists. Issue to handle hotfixes https://github.com/wordpress-mobile/release-toolkit-gutenberg-mobile/issues/239

Testing

Follow the Testing guide to set up the tool to use forked repos.

Note: A patch PR is required on the forked Gutenberg Mobile repo before attempting the patch integration. This can be manually created to avoid requiring a Gutenberg patch PR