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

Use FindGbReleasePr to update GBM release notes from CHANGELOG #207

Closed derekblank closed 9 months ago

derekblank commented 9 months ago

Replaces a previous TODO item to return the CHANGELOG from the Gutenberg PR.

Leverages FindGbReleasePr to pass the PR version number and return the CHANGELOG to the prepare command as cl.

derekblank commented 9 months ago

@jhnstn I still need to do some testing, but this should get us pretty close to returning the CHANGELOG from the Gutenberg PR. Let me know if you have any thoughts or suggestions on the approach.