We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 558cae5 commit 9b6dccbCopy full SHA for 9b6dccb
bin/plugin/commands/versions.js
@@ -50,7 +50,7 @@ async function checkPluginDirectory( pluginDirectory ) {
50
);
51
if ( ! latestChangelogMatches ) {
52
throw new Error(
53
- 'Unable to latest version entry in readme changelog.'
+ 'Unable to locate latest version entry in readme changelog.'
54
55
}
56
const latestChangelogVersion = latestChangelogMatches[ 1 ];
0 commit comments