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