From b9e1dbe817cb9d5ef16151e22f1df5bc1ea2f9e0 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Mon, 11 Dec 2017 11:52:45 +0100 Subject: [PATCH] Use ReleaseTagger for tito --- .tito/tito.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tito/tito.props b/.tito/tito.props index 3c97442..4a47d1a 100644 --- a/.tito/tito.props +++ b/.tito/tito.props @@ -1,6 +1,6 @@ [buildconfig] builder = tito.builder.Builder -tagger = tito.tagger.VersionTagger +tagger = tito.tagger.ReleaseTagger changelog_do_not_remove_cherrypick = 0 changelog_format = %s (%ae) lib_dir = ../tito_libs