Open
Description
Is your feature request related to a problem? Please describe.
Please describe the problem you are trying to solve.
Currently the blog post for new releases is a manual process as mentioned in https://github.com/nodejs/node/blob/b15ed6515323ec6cae2bde78feabf805c2fbb6b1/doc/guides/releases.md#17-create-a-blog-post
Describe the solution you'd like
Please describe the desired behavior.
When a new GitHub Release is created:
- Trigger the job based off of https://docs.github.com/en/free-pro-team@latest/actions/reference/events-that-trigger-workflows#release the
published
orcreated
event - Take content from the release. EX: https://github.com/nodejs/node/releases/tag/v12.19.0
- Create a PR to nodejs.org repo like Blog: v12.19.0 release post nodejs.org#3436
Alternate flow would include the release updated
event to either update the existing PR or create a new PR if information is added.
Describe alternatives you've considered
Please describe alternative solutions or features you have considered.
Keep it manual, as this is a small activity
/cc @nodejs/releasers