Skip to content

Commit b70ecbb

Browse files
tjenkinsonrobwalch
andauthored
update message
Co-authored-by: Rob Walch <[email protected]>
1 parent f6212de commit b70ecbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/set-package-version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ try {
5252
}
5353

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

0 commit comments

Comments
 (0)