-
Notifications
You must be signed in to change notification settings - Fork 45
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
feat(ci): add epic/*
release workflow and rename master
to trunk
#1656
Conversation
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.
Tested and works as expected!
🎉 This PR is included in version 3.0.0-epic-ras-acc.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
# [3.0.0-alpha.1](v2.6.2...v3.0.0-alpha.1) (2024-02-08) ### Bug Fixes * **homepage-articles:** use map_deep to construct articles_rest_url and resolve PHP 8.1 warnings ([#1655](#1655)) ([24085d8](24085d8)) * prevent error in modal-checkout check ([7e2a6c7](7e2a6c7)) ### Features * **ci:** add `epic/*` release workflow and rename `master` to `trunk` ([#1656](#1656)) ([c788e55](c788e55)) * deprecate streamlined (Stripe) Donate block version ([#1638](#1638)) ([11bd0d6](11bd0d6)) * **homepage-posts:** add custom taxonomy exclusions filter ([#1641](#1641)) ([b140a99](b140a99)) * **reader-revenue:** make NYP and Stripe Gateway optional ([#1645](#1645)) ([1322d7c](1322d7c)) ### BREAKING CHANGES * streamlined (Stripe) Donate block version is no more
🎉 This PR is included in version 3.0.0-alpha.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
# [3.0.0](v2.6.2...v3.0.0) (2024-02-20) ### Bug Fixes * **homepage-articles:** use map_deep to construct articles_rest_url and resolve PHP 8.1 warnings ([#1655](#1655)) ([24085d8](24085d8)) * prevent error in modal-checkout check ([7e2a6c7](7e2a6c7)) ### Features * **ci:** add `epic/*` release workflow and rename `master` to `trunk` ([#1656](#1656)) ([c788e55](c788e55)) * deprecate streamlined (Stripe) Donate block version ([#1638](#1638)) ([11bd0d6](11bd0d6)) * **homepage-posts:** add custom taxonomy exclusions filter ([#1641](#1641)) ([b140a99](b140a99)) * **reader-revenue:** make NYP and Stripe Gateway optional ([#1645](#1645)) ([1322d7c](1322d7c)) ### BREAKING CHANGES * streamlined (Stripe) Donate block version is no more
🎉 This PR is included in version 3.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
All Submissions:
Changes proposed in this Pull Request:
epic/*
release workflow for creating release builds that we can use for beta testing and other QA purposes. This workflow is similar toalpha
andhotfix/*
workflows, but kind of in between them.master
branch totrunk
.How to test the changes in this Pull Request:
Follow testing instructions in Automattic/newspack-plugin#2895, but for the Newspack Blocks repo.
Other information: