diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2017-02-27 08:07:48 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2017-02-27 08:07:48 +0100 |
commit | 39aa0db39d8c48c7a7ea2c7f3cd29f1e6e9b1948 (patch) | |
tree | 4226e14262e979ebc95ed1952e97d6c8df6f592f | |
parent | 3c2a9a87aad0edf02bd2ba6812682faf9fa28eb4 (diff) | |
download | amtterm-39aa0db39d8c48c7a7ea2c7f3cd29f1e6e9b1948.tar.gz |
tito: version template
-rw-r--r-- | .tito/VERSION.template | 1 | ||||
-rw-r--r-- | .tito/tito.props | 4 |
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 |