From baeefcf852b541d2d36077ff2e2682ac8cc25cef Mon Sep 17 00:00:00 2001 From: Gabriel Grubba Date: Mon, 17 Oct 2022 15:10:59 -0300 Subject: [PATCH] fix: adjusted for clarity in docs --- scripts/admin/update-semver/index.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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