diff --git a/scripts/admin/update-semver/index.js b/scripts/admin/update-semver/index.js index 16a9ad87e6..800d6cae55 100644 --- a/scripts/admin/update-semver/index.js +++ b/scripts/admin/update-semver/index.js @@ -1,6 +1,5 @@ // this script is used in the following way: -// node index.js . # if does not include a version, it will default to patch for betas and rc's use . -// for example: +// node index.js . # if does not include a version, it will default to patch. // node scripts/admin/update-semver/index.js meteor-tool.patch ddp base64.beta // or // node scripts/admin/update-semver/index.js @auto # it will update by a patch all packages that have changed since the last release compared to master