mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
fix: adjusted for clarity in docs
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
// this script is used in the following way:
|
||||
// node index.js <package>.<major|minor|patch> # if does not include a version, it will default to patch for betas and rc's use <package>.<major|minor|patch|beta|rc>
|
||||
// for example:
|
||||
// node index.js <package>.<major|minor|patch|beta|rc> # 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
|
||||
|
||||
Reference in New Issue
Block a user