-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'trunk' into feature/allow-drop-cap-setting-to-be-on-by-…
…default # Conflicts: # packages/block-library/src/paragraph/edit.js
- Loading branch information
Showing
8,240 changed files
with
618,360 additions
and
309,367 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
File renamed without changes.
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
Validating CODEOWNERS rules …
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
--- | ||
name: Gutenberg Release | ||
about: A checklist for the Gutenberg plugin release process | ||
labels: Gutenberg Plugin, [Type] Project Management | ||
--- | ||
|
||
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. | ||
|
||
- Gutenberg version to release: VERSION_NUMBER ([milestone](ADD_LINK)) | ||
- Release Manager (a.k.a. Release Lead): | ||
- Release Date VERSION_NUMBER RC: ADD DATE | ||
- Release Date VERSION_NUMBER: ADD DATE | ||
- Previous version change log (as a reference): [15.3](https://github.com/WordPress/gutenberg/releases/tag/v15.3.0) | ||
|
||
## Resources | ||
|
||
- 📖 Read: [Gutenberg Release Process](https://developer.wordpress.org/block-editor/contributors/code/release/) | ||
- 📽 Watch: [Gutenberg Plugin: New Release Workflow](https://www.youtube.com/watch?v=TnSgJd3zpJY) | ||
- 📽 Watch: [Creating the Gutenberg plugin v12.0 Release Candidate](https://www.youtube.com/watch?v=FLkLHKecxWg) | ||
- 📽 Watch: [Gutenberg plugin v12.0.0 Release Party!](https://www.youtube.com/watch?v=4SDtpVPDsLc) | ||
|
||
## Checklist | ||
|
||
### RC Day - {Weekday, Month, Date} | ||
|
||
- [ ] Post a message in `#core-editor` channel to let folks know you are starting the RC release process | ||
- [ ] Organize and Label PRs on the relevant milestone | ||
- [ ] Start the release process by triggering the `rc` [workflow](https://developer.wordpress.org/block-editor/contributors/code/release/#running-workflow) | ||
- [ ] [Update the created Draft Release accordingly](https://developer.wordpress.org/block-editor/contributors/code/release/#view-the-release-draft) | ||
- [ ] [Curate the changelog](https://developer.wordpress.org/block-editor/contributors/code/release/#1-curating-the-changelog) before publishing | ||
- [ ] Publish Release | ||
- [ ] Announce in `#core-editor` channel that RC1 has been released and is ready for testing | ||
- [ ] Ping any other relevant channels announcing that the RC is available | ||
- [ ] 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))_ | ||
|
||
### Between RC and Release | ||
|
||
- [ ] Post a reminder in #core-editor for backporting PRs to RC (~Label Backport to Gutenberg RC) | ||
- [ ] 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** | ||
- [ ] [Draft Release Post Highlights and Change Log](https://docs.google.com/document/d/1D-MTOCmL9eMlP9TDTXqlzuKVOg_ghCPm9_whHFViqMk/edit) | ||
- [ ] Get assets from [Design Team](https://make.wordpress.org/design/) for the post | ||
- [ ] Reach out to Highlight Authors to draft sections (if necessary) | ||
|
||
### Release Day - {Weekday, Month, Date} | ||
|
||
- [ ] Post a message in `#core-editor` channel to let folks know you are starting the release process | ||
- [ ] Start the release process by triggering the `stable` [workflow](https://developer.wordpress.org/block-editor/contributors/code/release/#running-workflow) | ||
- [ ] Update the created Draft Release accordingly. Typically by copy/pasting the last RC release notes and add any changes/updates as needed. | ||
- [ ] Publish Release | ||
- [ ] 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)_ | ||
- [ ] Announce in `#core-editor` channel that the plugin has been released | ||
- [ ] Reach out to other contributors to help get the post reviewed | ||
- [ ] Publish Release post on Make Core blog |
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
name: 'Setup Node.js and install npm dependencies' | ||
description: 'Configure Node.js and install npm dependencies while managing all aspects of caching.' | ||
inputs: | ||
node-version: | ||
description: 'Optional. The Node.js version to use. When not specified, the version specified in .nvmrc will be used.' | ||
required: false | ||
type: string | ||
|
||
runs: | ||
using: 'composite' | ||
steps: | ||
- name: Use desired version of Node.js | ||
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 | ||
with: | ||
node-version-file: '.nvmrc' | ||
node-version: ${{ inputs.node-version }} | ||
check-latest: true | ||
cache: npm | ||
|
||
- name: Get Node.js and npm version | ||
id: node-version | ||
run: | | ||
echo "NODE_VERSION=$(node -v)" >> $GITHUB_OUTPUT | ||
shell: bash | ||
|
||
- name: Cache node_modules | ||
id: cache-node_modules | ||
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 | ||
with: | ||
path: '**/node_modules' | ||
key: node_modules-${{ runner.os }}-${{ runner.arch }}-${{ steps.node-version.outputs.NODE_VERSION }}-${{ hashFiles('package-lock.json') }} | ||
|
||
- name: Install npm dependencies | ||
if: ${{ steps.cache-node_modules.outputs.cache-hit != 'true' }} | ||
run: | | ||
npm ci | ||
shell: bash | ||
- name: Upload npm logs as an artifact on failure | ||
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 | ||
if: failure() | ||
with: | ||
name: npm-logs | ||
path: C:\npm\cache\_logs | ||
|
||
# On cache hit, we run the post-install script to match the native `npm ci` behavior. | ||
# An example of this is to patch `node_modules` using patch-package. | ||
- name: Post-install | ||
if: ${{ steps.cache-node_modules.outputs.cache-hit == 'true' }} | ||
run: | | ||
# Run the post-install script for the root project. | ||
npm run postinstall | ||
# Run the post-install scripts for workspaces. | ||
npx lerna run postinstall | ||
shell: bash |
Oops, something went wrong.