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:05 UTC

[incubator-annotator] 04/05: Fix double negative options in lerna.json

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 2387fa1ac5def5b45edadf0f42daf57d2ccc1684
Author: Randall Leeds <ra...@apache.org>
AuthorDate: Wed Feb 3 19:24:48 2021 -0800

    Fix double negative options in lerna.json
---
 lerna.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lerna.json b/lerna.json
index 8da744d..72d9de3 100644
--- a/lerna.json
+++ b/lerna.json
@@ -11,8 +11,8 @@
       "preid": "dev"
     },
     "version": {
-      "noGitTagVersion": true,
-      "noPush": true
+      "gitTagVersion": false,
+      "push": false
     }
   }
 }