Conversation
|
Hey @dkoo, good job getting this PR merged! 🎉 Now, the Please check if this PR needs to be included in the "Upcoming Changes" and "Release Notes" doc. If it doesn't, simply remove the label. If it does, please add an entry to our shared document, with screenshots and testing instructions if applicable, then remove the label. Thank you! ❤️ |
There was a problem hiding this comment.
Pull request overview
This PR is aimed at unblocking/fixing the release-wporg GitHub Actions job by updating the newspack-scripts tooling version and simplifying the release workflow job dependencies.
Changes:
- Bump
newspack-scriptsdevDependency from^5.8.0to^5.9.3(and updatepackage-lock.jsonaccordingly). - Remove the
build-distributablejob from the release workflow and makerelease-wporgdepend only on thereleasejob.
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| package.json | Updates newspack-scripts version used by CI/release tooling. |
| package-lock.json | Locks updated dependency graph for newspack-scripts@5.9.3 (includes transitive updates). |
| .github/workflows/release.yml | Simplifies workflow by removing build-distributable and adjusting release-wporg dependencies. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
## [3.28.4](v3.28.3...v3.28.4) (2026-02-16) ### Bug Fixes * release-wporg script ([#2036](#2036)) ([c991aae](c991aae))
|
🎉 This PR is included in version 3.28.4 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Another attempt at fixing
release-wporgjob