fix: upload release archive artifact after release build#2035
Conversation
There was a problem hiding this comment.
Pull request overview
This PR adds a build-distributable job to the release workflow to generate and upload a release archive before post-release tasks are executed. The changes also add the plugin-name parameter to the release-wporg job for better configuration.
Changes:
- Added
build-distributablejob that runs after thereleasejob to create the release archive artifact - Added
plugin-nameparameter torelease-wporgjob for explicit plugin identification
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
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! ❤️ |
## [3.28.2](v3.28.1...v3.28.2) (2026-02-16) ### Bug Fixes * pass plugin name to release-wporg job ([#2035](#2035)) ([a0ba538](a0ba538))
|
🎉 This PR is included in version 3.28.2 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Attempt to explicitly pass
newspack-newslettersas an input variable to therelease-wporgjob.