Procházet zdrojové kódy

Clarify exactly how update-dist-tag updates the tags

Jason Grout před 6 roky
rodič
revize
52839a1736
1 změnil soubory, kde provedl 3 přidání a 1 odebrání
  1. 3 1
      buildutils/src/update-dist-tag.ts

+ 3 - 1
buildutils/src/update-dist-tag.ts

@@ -61,7 +61,9 @@ function flatten(a: any[]) {
 
 commander
   .description(
-    'Print out commands to update npm latest and next tags appropriately'
+    `Print out commands to update npm 'latest' and 'next' dist-tags
+so that 'latest' points to the latest stable release and 'next'
+points to the latest prerelease after it.`
   )
   // .option('--dry-run', 'Do not perform actions, just print output')
   .option('--lerna', 'Update dist-tags in all lerna packages')