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

Update PR body for gbm prs #171

Closed jhnstn closed 10 months ago

jhnstn commented 10 months ago

The release prepare gbm command is able to create a pr but the body in empty. We need to

  1. Fix the render function to render the current template
  2. Update the template to include the release changes
jhnstn commented 10 months ago

Here is the initial prototype template.

It's rendered here. We should be able to port [getChangeLog](https://github.com/wordpress-mobile/release-toolkit-gutenberg-mobile/blob/gbm-cli/cli/pkg/release/gbm.go#L159) and [getReleaseNotes](https://github.com/wordpress-mobile/release-toolkit-gutenberg-mobile/blob/gbm-cli/cli/pkg/release/gbm.go#L199) to work with the new code.

jhnstn commented 10 months ago

This is really just a duplicate of #167. I'll move the background info comment over there