From 655af32c1f1f930a63f0d7bab90d597ae53dd9ec Mon Sep 17 00:00:00 2001 From: Dave Smith Date: Fri, 19 Jan 2024 10:08:11 +0000 Subject: [PATCH] Update since arg description --- bin/generate-php-sync-issue.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/generate-php-sync-issue.mjs b/bin/generate-php-sync-issue.mjs index d910d86101edb..a45d77d354107 100644 --- a/bin/generate-php-sync-issue.mjs +++ b/bin/generate-php-sync-issue.mjs @@ -67,7 +67,7 @@ async function main() { } } else { console.error( - `Error. The --since argument is required (e.g. YYYY-MM-DD). This should be the date of the previous release's final RC.` + `Error. The --since argument is required (e.g. YYYY-MM-DD). This should be the date of the final Gutenberg release that was included in the last stable WP Core release (see https://developer.wordpress.org/block-editor/contributors/versions-in-wordpress/).` ); process.exit( 1 ); }