Conversation
There was a problem hiding this comment.
Pull request overview
Adjusts the GitHub Actions workflow so the release-wporg job no longer runs in parallel with post-release steps, ensuring correct sequencing.
Changes:
- Updates
release-wporgjob dependency to requirepost-releasecompletion first.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
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! ❤️ |
* fix: no parallel post-release jobs * fix: bump newspack-scripts to v5.9.5
## [3.28.5](v3.28.4...v3.28.5) (2026-02-17) ### Bug Fixes * no parallel post-release jobs ([#2037](#2037)) ([90023db](90023db))
# [3.29.0-alpha.1](v3.28.6...v3.29.0-alpha.1) (2026-03-05) ### Bug Fixes * iframe editor compatibility ([#2025](#2025)) ([cd15c02](cd15c02)) * improve error handling in upsert contact method ([#2031](#2031)) ([89a5937](89a5937)) * no parallel post-release jobs ([#2037](#2037)) ([8e4a738](8e4a738)) ### Features * **init-modal:** apply new modal style to init screen in editor ([#2041](#2041)) ([3caafdc](3caafdc))
|
🎉 This PR is included in version 3.29.0-alpha.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
All Submissions:
Changes proposed in this Pull Request:
Changes the job dependency for
release-wporgso that it runs AFTERpost-releaseinstead of in parallel with it.How to test the changes in this Pull Request:
❓
Other information: