aboutsummaryrefslogtreecommitdiffstats
path: root/.tito
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2017-03-14 21:51:48 +0100
committerGerd Hoffmann <kraxel@redhat.com>2017-03-14 21:51:48 +0100
commit7d012effd316d0a93c17f634e835aa18ecfcef03 (patch)
tree560b44cee6da69ae0f096b426a76b285b6267c88 /.tito
parentb5b2348278538c9f2f79dabd9d8f895b52289744 (diff)
downloadvconsole-7d012effd316d0a93c17f634e835aa18ecfcef03.tar.gz
tito: add version template
Diffstat (limited to '.tito')
-rw-r--r--.tito/VERSION.template1
-rw-r--r--.tito/tito.props4
2 files changed, 5 insertions, 0 deletions
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