-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Docs: split "Gutenberg Release Process" page into two #71130
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
Conversation
|
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message. To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
talldan
left a comment
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.
Looks like a good idea to split this to me. I suggested some changes to the main release README, might be interesting to see what others think.
| @@ -0,0 +1,11 @@ | |||
| # Gutenberg Release Process | |||
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.
I wonder if this could be treated more like an table of contents/index page that links to the other two pages and maybe has a very brief summary of the different kinds of releases.
|
@talldan, thanks for the review! The index page has been updated as follows:
I've included links in this sentence, so this might be considered a table of contents |
We could divide it into three sections:
Maybe that way is easier to follow rather than a couple of links in a sentence that may be skipped when reading. Thanks for the PR! |
Makes sense! Updated in 14b2a23 |
cbravobernal
left a comment
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.
Let's land it!
|
Flaky tests detected in 3dd07f8. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/17568278106
|
|
Thanks for the feedback, everyone. I confirmed that the new pages have been published to the Block Editor Handbook:
If there are any further improvements, I'll submit a new PR. |
|
Thanks for handling this, @t-hamano! |
* Docs: split "Gutenberg Release Process" page into two * revert unintentional deletion * Improve index page * Index Page: divide it into three sections Co-authored-by: t-hamano <wildworks@git.wordpress.org> Co-authored-by: talldan <talldanwp@git.wordpress.org> Co-authored-by: cbravobernal <cbravobernal@git.wordpress.org>
* Docs: split "Gutenberg Release Process" page into two * revert unintentional deletion * Improve index page * Index Page: divide it into three sections Co-authored-by: t-hamano <wildworks@git.wordpress.org> Co-authored-by: talldan <talldanwp@git.wordpress.org> Co-authored-by: cbravobernal <cbravobernal@git.wordpress.org>
|
We need to update the template to create Gutenberg releases issues. All links are not working now 😅 |
|
Ah sorry, I submitted #71611 to fix that 😅 |


What?
This PR will split the following two sections of the "Gutenberg Release Process" page into pages:
Why?
When I led my first Gutenberg plugin release, I read through the documentation and noticed two things:
Only the section "Gutenberg plugin releases" was required for the plugin release, and the section "Packages releases to NPM and WordPress Core updates" was completely irrelevant.
In the handbook, the table of contents is made up of h2 and h3 headings. This makes important sections like "Organizing and Labeling Milestone PRs" difficult to find:
How?
I extracted the two main sections as subpages:
No changes have been made to the content, but each page should serve a purpose as before.
Testing Instructions
Check the following pages: