You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@annotator.apache.org by ra...@apache.org on 2021/02/04 04:04:03 UTC

[incubator-annotator] 02/05: Move --pre-dist-tag and --preid options to publish command settings

This is an automated email from the ASF dual-hosted git repository.

randall pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-annotator.git

commit 5c39325cd3031540fe90616404690cb9f86cfdfe
Author: Randall Leeds <ra...@apache.org>
AuthorDate: Wed Feb 3 18:52:44 2021 -0800

    Move --pre-dist-tag and --preid options to publish command settings
---
 lerna.json | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/lerna.json b/lerna.json
index 08e4097..99a306b 100644
--- a/lerna.json
+++ b/lerna.json
@@ -6,10 +6,13 @@
     "packages/*"
   ],
   "command": {
+    "publish": {
+      "preDistTag": "dev",
+      "preid": "dev"
+    },
     "version": {
       "noGitTagVersion": true,
-      "noPush": true,
-      "preid": "dev"
+      "noPush": true
     }
   }
 }