From f72010075e5ef1997cb772d85e7c4cdaf038cc6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Greg=20Zi=C3=B3=C5=82kowski?= Date: Fri, 25 Oct 2024 10:20:52 +0200 Subject: [PATCH] Add CHANGELOG entry --- packages/scripts/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/scripts/CHANGELOG.md b/packages/scripts/CHANGELOG.md index 8a1133a2e7ae22..fb31955650c1ed 100644 --- a/packages/scripts/CHANGELOG.md +++ b/packages/scripts/CHANGELOG.md @@ -5,6 +5,7 @@ ### Enhancements - Add BlueOak-1.0.0 the GPLv2-comatible licenses recognized by check-licenses ([#66139](https://github.com/WordPress/gutenberg/pull/66139)). +- Add an optional `--zip-root-folder` argument to the `plugin-zip` command ([#61375](https://github.com/WordPress/gutenberg/pull/61375)). The command will use the plugin's name as the root folder of the zip by default. If the change in the behavior impacted your workflow, you could pass `--root-folder=''` to remove the root folder. ### Internal