diff options
author | Nicholas Tay <nick@windblume.net> | 2021-12-01 01:40:53 +1100 |
---|---|---|
committer | Nicholas Tay <nick@windblume.net> | 2021-12-01 01:58:27 +1100 |
commit | 452e89f7b59b1f92e80ec1e6fa2674a82d2ccfc2 (patch) | |
tree | b955a12449fa86d26e3d9f46ae6f4298f466b7e3 /.tito/tito.props | |
parent | 02fa5f3702a3a1be1c0dc6176f2009124940a7a7 (diff) | |
download | passgen-452e89f7b59b1f92e80ec1e6fa2674a82d2ccfc2.tar.gz passgen-452e89f7b59b1f92e80ec1e6fa2674a82d2ccfc2.tar.bz2 passgen-452e89f7b59b1f92e80ec1e6fa2674a82d2ccfc2.zip |
Initialized to use tito.
Diffstat (limited to '.tito/tito.props')
-rw-r--r-- | .tito/tito.props | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.tito/tito.props b/.tito/tito.props new file mode 100644 index 0000000..eab3f19 --- /dev/null +++ b/.tito/tito.props @@ -0,0 +1,5 @@ +[buildconfig] +builder = tito.builder.Builder +tagger = tito.tagger.VersionTagger +changelog_do_not_remove_cherrypick = 0 +changelog_format = %s (%ae) |