diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2017-02-22 10:05:30 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2017-02-22 10:05:30 +0100 |
commit | 89de61eaa7c1a870413ffa7c8bce48674c16fef3 (patch) | |
tree | 47b3d2983bb674971b0a86d4b1db1f127a48c449 /.tito | |
parent | e2c247883658edfcb231a578ee2fd14b4f7a83f2 (diff) | |
download | fbida-89de61eaa7c1a870413ffa7c8bce48674c16fef3.tar.gz |
tito: add version template
Diffstat (limited to '.tito')
-rw-r--r-- | .tito/tito.props | 4 |
1 files changed, 4 insertions, 0 deletions
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 |