From dd6d93007ab83d7cdf9e5cc2b81c717f97fa822c Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Mon, 11 Dec 2017 09:16:28 +0100 Subject: [PATCH] Configure tito --- .tito/tito.props | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.tito/tito.props b/.tito/tito.props index eab3f19..6def59d 100644 --- a/.tito/tito.props +++ b/.tito/tito.props @@ -1,5 +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