From 452e89f7b59b1f92e80ec1e6fa2674a82d2ccfc2 Mon Sep 17 00:00:00 2001 From: Nicholas Tay Date: Wed, 1 Dec 2021 01:40:53 +1100 Subject: Initialized to use tito. --- .tito/tito.props | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .tito/tito.props (limited to '.tito/tito.props') diff --git a/.tito/tito.props b/.tito/tito.props new file mode 100644 index 0000000..eab3f19 --- /dev/null +++ b/.tito/tito.props @@ -0,0 +1,5 @@ +[buildconfig] +builder = tito.builder.Builder +tagger = tito.tagger.VersionTagger +changelog_do_not_remove_cherrypick = 0 +changelog_format = %s (%ae) -- cgit