blob: 756943b5962db893b144dceff426a9b8d48ae13a (
plain)
1
2
3
4
5
6
7
8
9
|
[buildconfig]
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
|