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: Add ability to cherry pick a commit for an patch release #232

Open jhnstn opened 7 months ago

jhnstn commented 7 months ago

The prepare gb command can handle prs when creating a patch request but there are cases when all we wan to do is create a patch from a single commit.

We should add a --shas flag to allow this.