summaryrefslogtreecommitdiffstats
path: root/.gitjournal.toml
diff options
context:
space:
mode:
authorSascha Grunert <Sascha.Grunert@rohde-schwarz.com>2016-09-17 11:36:00 +0200
committerSascha Grunert <Sascha.Grunert@rohde-schwarz.com>2016-09-17 11:36:00 +0200
commit4673620f0d9ac25ed01db553536a43c460be72a3 (patch)
tree7661fc5c1848156a947f8f9050844d0126d6af24 /.gitjournal.toml
parent7d6045c17ad107805a318aaeb61baac2ecf8e98a (diff)
Added default templating and output file support
- Fixed unit tests
Diffstat (limited to '.gitjournal.toml')
-rw-r--r--.gitjournal.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitjournal.toml b/.gitjournal.toml
index 61caf88..9f46f7b 100644
--- a/.gitjournal.toml
+++ b/.gitjournal.toml
@@ -1,6 +1,6 @@
colored_output = true
+default_template = "CHANGELOG.toml"
enable_debug = true
excluded_tags = []
-output_file = "CHANGELOG.md"
show_prefix = false
template_prefix = "JIRA-1234"