git-journal 1.8.1

The Git Commit Message and Changelog Generation Framework
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
JIRA-1234 [Added] My Test Commit :tag1:

This is a paragraph with some detailed description.

- List item 1
- List item 2
    - List item 2.1
    - List item 2.2
# A comment directly inside a list
- List item 3


# Some commit message comment
This is a paragraph with some detailed description.
This is a paragraph with some detailed description.
This is a paragraph with some detailed description.

Reviewed-by: Me