// ship.js.config
{
commentOnGitHubAfterRelease: true, // this name is totally temporary
}
With commentOnGitHubAfterRelease: true, at the end of yarn release:trigger, Ship.js will go to all the related PRs and leave comments like This PR is included in the recent release vx.y.z.
It seems semantic-release does this, too.
example: downshift-js/downshift#971 (comment)