git-journal 1.8.1

The Git Commit Message and Changelog Generation Framework
Documentation
[header]
text = "Some header Markdown/HTML.\n"
once = true

[footer]
text = "My footer"
once = true

[[tag]]
tag = "default"
name = "Default"

[[tag]]
tag = "tag1"
name = "Section 1"

[[tag]]
[[tag.subtag]]
tag = "tag2"
name = "Subsection 1"
footers = ["Fixes"]