From 04291846e278053f8d527b5c2fb1a638b710a248 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Thu, 26 Jul 2018 17:40:41 +0200 Subject: [PATCH] Configure tito --- .tito/releasers.conf | 1 + .tito/tito.props | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 120000 .tito/releasers.conf diff --git a/.tito/releasers.conf b/.tito/releasers.conf new file mode 120000 index 0000000..867c32f --- /dev/null +++ b/.tito/releasers.conf @@ -0,0 +1 @@ +../../tito_libs/releasers.conf \ No newline at end of file diff --git a/.tito/tito.props b/.tito/tito.props index eab3f19..4a47d1a 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