From 89de61eaa7c1a870413ffa7c8bce48674c16fef3 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Wed, 22 Feb 2017 10:05:30 +0100 Subject: tito: add version template --- .tito/tito.props | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.tito') diff --git a/.tito/tito.props b/.tito/tito.props index eab3f19..756943b 100644 --- a/.tito/tito.props +++ b/.tito/tito.props @@ -3,3 +3,7 @@ builder = tito.builder.Builder tagger = tito.tagger.VersionTagger changelog_do_not_remove_cherrypick = 0 changelog_format = %s (%ae) + +[version_template] +destination_file = VERSION +template_file = .tito/VERSION.template -- cgit