-
-
Notifications
You must be signed in to change notification settings - Fork 6.4k
feat(cicd): automate the creation of blog posts #8231
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
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for GitHub.
💡 Enable Vercel Agent with $100 free credit for automated AI reviews |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8231 +/- ##
=======================================
Coverage 76.39% 76.39%
=======================================
Files 115 115
Lines 9643 9643
Branches 318 318
=======================================
Hits 7367 7367
Misses 2275 2275
Partials 1 1 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Aviv Keller <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Automate creating release blog posts and opening a PR via GitHub Actions.
- Update the release-post script to return both the file path and metadata so the workflow can capture the version.
- Add a GitHub Actions workflow to run the script and open/update a PR with the new blog post.
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
File | Description |
---|---|
apps/site/scripts/release-post/index.mjs | Adjusts writeToFile to resolve both path and results; logs and emits version for workflow consumption. |
.github/workflows/create-release-post.yml | New workflow to generate a release post and open a PR, using a pinned action and step outputs. |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Co-authored-by: Copilot <[email protected]> Signed-off-by: Aviv Keller <[email protected]>
cc @nodejs/releasers