From f7e086f9c0d59737b361e40f4514bf85c3c03406 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Wed, 22 Feb 2017 10:43:42 +0100 Subject: tito: add version template --- .tito/VERSION.template | 1 + .tito/tito.props | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 .tito/VERSION.template (limited to '.tito') diff --git a/.tito/VERSION.template b/.tito/VERSION.template new file mode 100644 index 0000000..f43b9c6 --- /dev/null +++ b/.tito/VERSION.template @@ -0,0 +1 @@ +$version 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