Skip to content

Commit

Permalink
update message
Browse files Browse the repository at this point in the history
Co-authored-by: Rob Walch <[email protected]>
  • Loading branch information
tjenkinson and robwalch authored Jul 1, 2020
1 parent f6212de commit b70ecbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/set-package-version.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ try {
}

if (!versionParser.isGreaterOrEqual(newVersion, latestVersion)) {
throw new Error(`New version "${newVersion}" is not > than latest version "${latestVersion}" on this branch.`);
throw new Error(`New version "${newVersion}" is not >= latest version "${latestVersion}" on this branch.`);
}
packageJson.version = newVersion;
fs.writeFileSync('./package.json', JSON.stringify(packageJson));
Expand Down

0 comments on commit b70ecbb

Please sign in to comment.