Skip to content

Commit

Permalink
Update since arg description
Browse files Browse the repository at this point in the history
  • Loading branch information
getdave committed Jan 19, 2024
1 parent cf8e370 commit 655af32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/generate-php-sync-issue.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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 );
}
Expand Down

0 comments on commit 655af32

Please sign in to comment.