From fee5d4594c822871f4cff9c8175e7391b983455b Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Thu, 13 Dec 2018 16:29:51 -0800 Subject: [PATCH] Turn on signed tags when using tito. This requires a patched version of tito at the moment, and doesn't hurt to have it set -- it will just continue not signing the tags. --- rel-eng/tito.props | 1 + 1 file changed, 1 insertion(+) diff --git a/rel-eng/tito.props b/rel-eng/tito.props index eab3f190..f998d8b4 100644 --- a/rel-eng/tito.props +++ b/rel-eng/tito.props @@ -3,3 +3,4 @@ builder = tito.builder.Builder tagger = tito.tagger.VersionTagger changelog_do_not_remove_cherrypick = 0 changelog_format = %s (%ae) +sign_tag = 1