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 <[email protected]> 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 } } }
