Skip to content

Commit 7457f04

Browse files
authored
Merge branch 'trunk' into add/terms-query-block
2 parents 05ba6d1 + a50d231 commit 7457f04

File tree

963 files changed

+17893
-4552
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

963 files changed

+17893
-4552
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@
9393
/packages/base-styles
9494
/packages/icons
9595
/packages/primitives
96+
/packages/dataviews @oandregal
9697

9798
# Utilities
9899
/packages/a11y

.github/ISSUE_TEMPLATE/New_release.md

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
---
22
name: Gutenberg Release
3+
title: "Gutenberg {VERSION_NUMBER} release checklist"
34
about: A checklist for the Gutenberg plugin release process
45
labels: Gutenberg Plugin, [Type] Project Management
56
---
67

78
This issue is to provide visibility on the progress of the release process of Gutenberg VERSION_NUMBER and to centralize any conversations about it. The ultimate goal of this issue is to keep the reference of the steps, resources, work, and conversations about this release so it can be helpful for the next contributors releasing a new Gutenberg version.
89

9-
- Gutenberg version to release: VERSION_NUMBER ([milestone](ADD_LINK))
10+
- Gutenberg version to release: {VERSION_NUMBER} ([milestone](https://github.com/WordPress/gutenberg/milestone/{MILESTONE_ID}?closed=1))
1011
- Release Manager (a.k.a. Release Lead):
11-
- Release Date VERSION_NUMBER RC: ADD DATE
12-
- Release Date VERSION_NUMBER: ADD DATE
13-
- Previous version change log (as a reference): [15.3](https://github.com/WordPress/gutenberg/releases/tag/v15.3.0)
12+
- Release Date {VERSION_NUMBER} RC: {ADD DATE}
13+
- Release Date {VERSION_NUMBER}: {ADD DATE}
14+
- Previous version change log (as a reference): [{PREVIOUS_VERSION_NUMBER}](https://github.com/WordPress/gutenberg/releases/tag/{PREVIOUS_TAG_NAME})
1415

1516
## Resources
1617

@@ -21,33 +22,34 @@ This issue is to provide visibility on the progress of the release process of Gu
2122

2223
## Checklist
2324

24-
### RC Day - {Weekday, Month, Date}
25+
### RC Day - {WEEKDAY}, {MONTH}, {DATE}
2526

2627
- [ ] Post a message in `#core-editor` channel to let folks know you are starting the RC release process
27-
- [ ] Organize and Label PRs on the relevant milestone
28-
- [ ] Start the release process by triggering the `rc` [workflow](https://developer.wordpress.org/block-editor/contributors/code/release/#running-workflow)
29-
- [ ] [Update the created Draft Release accordingly](https://developer.wordpress.org/block-editor/contributors/code/release/#view-the-release-draft)
30-
- [ ] [Curate the changelog](https://developer.wordpress.org/block-editor/contributors/code/release/#1-curating-the-changelog) before publishing
31-
- [ ] Publish Release
28+
- [ ] [Organize and Label PRs](https://developer.wordpress.org/block-editor/contributors/code/release/#organizing-and-labeling-milestone-prs) on the relevant milestone
29+
- [ ] Start the release process by triggering the `rc` [workflow](https://developer.wordpress.org/block-editor/contributors/code/release/#running-the-release-workflow)
30+
- [ ] [Update the created Draft Release accordingly](https://developer.wordpress.org/block-editor/contributors/code/release/#viewing-the-release-draft)
31+
- [ ] [Curate the changelog](https://developer.wordpress.org/block-editor/contributors/code/release/#curating-the-release-changelog) before publishing
32+
- [ ] [Publish Release](https://developer.wordpress.org/block-editor/contributors/code/release/#publishing-the-release)
3233
- [ ] Announce in `#core-editor` channel that RC1 has been released and is ready for testing
3334
- [ ] Ping any other relevant channels announcing that the RC is available
3435
- [ ] Create Draft of Release post on Make Core blog _(initial draft in [Google doc](https://docs.google.com/document/d/1D-MTOCmL9eMlP9TDTXqlzuKVOg_ghCPm9_whHFViqMk/edit))_
3536

3637
### Between RC and Release
3738

38-
- [ ] Post a reminder in #core-editor for backporting PRs to RC (~Label Backport to Gutenberg RC)
39+
- [ ] Post a reminder in `#core-editor` for backporting PRs to RC (~Label `Backport to Gutenberg RC`)
3940
- [ ] If there are any PRs marked as [Backport to RC](https://github.com/WordPress/gutenberg/pulls?q=is%3Apr+label%3A%22Backport+to+Gutenberg+RC%22+is%3Aclosed), run the [cherry-pick command to apply them](https://developer.wordpress.org/block-editor/contributors/code/release/auto-cherry-picking/#how-can-i-use-it-for-a-gutenberg-plugin-release) to the release branch. **This needs to be run locally**
4041
- [ ] [Draft Release Post Highlights and Change Log](https://docs.google.com/document/d/1D-MTOCmL9eMlP9TDTXqlzuKVOg_ghCPm9_whHFViqMk/edit)
41-
- [ ] Get assets from [Design Team](https://make.wordpress.org/design/) for the post
42+
- [ ] Get assets from [Design Team](https://make.wordpress.org/design/) for the post if required
4243
- [ ] Reach out to Highlight Authors to draft sections (if necessary)
4344

4445
### Release Day - {Weekday, Month, Date}
4546

4647
- [ ] Post a message in `#core-editor` channel to let folks know you are starting the release process
47-
- [ ] Start the release process by triggering the `stable` [workflow](https://developer.wordpress.org/block-editor/contributors/code/release/#running-workflow)
48+
- [ ] Start the release process by triggering the `stable` [workflow](https://developer.wordpress.org/block-editor/contributors/code/release/#running-the-release-workflow)
4849
- [ ] Update the created Draft Release accordingly. Typically by copy/pasting the last RC release notes and add any changes/updates as needed.
49-
- [ ] Publish Release
50+
- [ ] [Publish Release](https://developer.wordpress.org/block-editor/contributors/code/release/#publishing-the-release)
5051
- [ ] Trigger the update to the plugin directory. _(Get approval from a member of [Gutenberg Release team](https://github.com/orgs/WordPress/teams/gutenberg-release/members) if necessary)_
5152
- [ ] Announce in `#core-editor` channel that the plugin has been released
5253
- [ ] Reach out to other contributors to help get the post reviewed
53-
- [ ] Publish Release post on Make Core blog
54+
- [ ] [Publish Release post](https://developer.wordpress.org/block-editor/contributors/code/release/#publishing-the-release-post) on Make Core blog
55+
- [ ] Post in the `#core-editor` channel [requesting a volunteer for the next Gutenberg release](https://developer.wordpress.org/block-editor/contributors/code/release/#call-for-volunteer-for-the-next-release).

.github/workflows/unit-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ jobs:
211211
# dependency versions are installed and cached.
212212
##
213213
- name: Set up PHP
214-
uses: shivammathur/setup-php@0f7f1d08e3e32076e51cae65eb0b0c871405b16e # v2.34.1
214+
uses: shivammathur/setup-php@2282b6a082fc605c8320908a4cca3a5d1ca6c6fe # v2.35.1
215215
with:
216216
php-version: '${{ matrix.php }}'
217217
ini-file: development
@@ -311,7 +311,7 @@ jobs:
311311
persist-credentials: false
312312

313313
- name: Set up PHP
314-
uses: shivammathur/setup-php@0f7f1d08e3e32076e51cae65eb0b0c871405b16e # v2.34.1
314+
uses: shivammathur/setup-php@2282b6a082fc605c8320908a4cca3a5d1ca6c6fe # v2.35.1
315315
with:
316316
php-version: '7.4'
317317
coverage: none

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,7 @@ test/gutenberg-test-themes/twentytwentyone
5353
test/gutenberg-test-themes/twentytwentythree
5454
test/gutenberg-test-themes/twentytwentyfour
5555
packages/react-native-editor/src/setup-local.js
56+
57+
# Files related to applying patches
58+
*.rej
59+
*.orig

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Check out the [Keeping up with Gutenberg Index](https://make.wordpress.org/core/
2525

2626
## Getting Started
2727

28-
Get hands on: check out the [block editor live demo](https://wordpress.org/gutenberg/) to play with a test instance of the editor.
28+
Get hands-on: check out the [block editor live demo](https://wordpress.org/gutenberg/) to play with a test instance of the editor.
2929

3030
### Using Gutenberg
3131

backport-changelog/6.9/9000.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
https://github.com/WordPress/wordpress-develop/pull/9000
2+
3+
* https://github.com/WordPress/gutenberg/pull/70428

backport-changelog/6.9/9268.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
https://github.com/WordPress/wordpress-develop/pull/9268
2+
3+
* https://github.com/WordPress/gutenberg/pull/70676

backport-changelog/6.9/9299.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
https://github.com/WordPress/wordpress-develop/pull/9299
2+
3+
* https://github.com/WordPress/gutenberg/pull/70585
4+
* https://github.com/WordPress/gutenberg/pull/70982

0 commit comments

Comments
 (0)