-
Notifications
You must be signed in to change notification settings - Fork 30k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CI setup for nodejs.org release notes #35530
Comments
@codebytere and I were just talking about what we could do to automate the creation of the Release. One challenge we might find would be that the tag is generally pushed before the release is promoted and the assets / signatures are ready. |
So I think maybe limiting to the |
One potential avenue here is firing off the blog post job via |
Whatever works best for you, since it's currently your manual process :) |
The creation of the GitHub release sounds like a good event since it's the last step of the releaser's job. Everything should be ready at that point |
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:
published
orcreated
eventAlternate 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
The text was updated successfully, but these errors were encountered: