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 2020/02/01 22:57:35 UTC

[incubator-annotator] branch master updated: Configure lerna to sign version bumps

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


The following commit(s) were added to refs/heads/master by this push:
     new 03c26d1  Configure lerna to sign version bumps
03c26d1 is described below

commit 03c26d190da16c70c16183da66efedaba789ee62
Author: Randall Leeds <ra...@apache.org>
AuthorDate: Sat Feb 1 14:55:54 2020 -0800

    Configure lerna to sign version bumps
---
 lerna.json | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/lerna.json b/lerna.json
index d13176f..b4c930f 100644
--- a/lerna.json
+++ b/lerna.json
@@ -4,5 +4,11 @@
   "useWorkspaces": true,
   "packages": [
     "packages/*"
-  ]
+  ],
+  "command": {
+    "version": {
+      "signGitCommit": true,
+      "signGitTag": true
+    }
+  }
 }