-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Mark core blocks as stable or experimental in block json #40647
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
adamziel
requested review from
michalczaplinski,
tellthemachines,
mkaz,
geriux and
ajitbohra
as code owners
April 27, 2022 10:43
adamziel
changed the title
Try/mark blocks as experimental in block json
Mark blocks as stable/experimental in block json
Apr 27, 2022
adamziel
changed the title
Mark blocks as stable/experimental in block json
Mark blocks as stable or experimental in block json
Apr 27, 2022
adamziel
added
the
Developer Experience
Ideas about improving block and theme developer experience
label
Apr 27, 2022
adamziel
changed the title
Mark blocks as stable or experimental in block json
Mark core blocks as stable or experimental in block json
Apr 27, 2022
Size Change: -6.63 kB (-1%) Total Size: 1.22 MB
ℹ️ View Unchanged
|
gziolo
added
[Status] In Progress
Tracking issues with work in progress
[Type] Technical Prototype
Offers a technical exploration into an idea as an example of what's possible
labels
Apr 27, 2022
adamziel
force-pushed
the
try/mark-blocks-as-experimental-in-block-json
branch
from
April 27, 2022 11:35
1f7cee6
to
c8d3119
Compare
…ime in CLI and extract the information about blocks
adamziel
requested review from
gziolo,
ntwb,
nerrad and
ryanwelcher
as code owners
April 27, 2022 13:12
Closing in favor of #40655 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Developer Experience
Ideas about improving block and theme developer experience
[Type] Technical Prototype
Offers a technical exploration into an idea as an example of what's possible
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🚧 Work in Progress 🚧
An attempt to declaratively communicate which blocks are stable and which aren't.
The goal: Automate the WordPress release process. Right now, the build script doesn't know which blocks should be included which makes syncing blocks a manual process.
For now I'm just waiting for the CI to pass or not.
cc @gziolo