From 6d75ff610dce049d138ecae6d0e8f23a8a7fa803 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Sun, 15 Nov 2020 13:17:48 +0100 Subject: [PATCH] Set 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 8e7418d..fb351a8 100644 --- a/.tito/tito.props +++ b/.tito/tito.props @@ -1,6 +1,6 @@ [buildconfig] builder = fws.builder.GitLfsBuilder -tagger = tito.tagger.VersionTagger +tagger = tito.tagger.ReleaseTagger changelog_do_not_remove_cherrypick = 0 changelog_format = %s (%ae) lib_dir = ../tito_libs