diff options
Diffstat (limited to 'changelog.mustache')
-rw-r--r-- | changelog.mustache | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/changelog.mustache b/changelog.mustache index 64fc20a48b..8094f6ac9c 100644 --- a/changelog.mustache +++ b/changelog.mustache @@ -1,6 +1,4 @@ -# Git Changelog Gradle plugin - -Changelog of Git Changelog Gradle plugin. +# Generated via Git Changelog Gradle plugin {{#tags}} ## {{name}} @@ -18,14 +16,13 @@ Changelog of Git Changelog Gradle plugin. {{/hasIssue}} {{#commits}} -**{{{messageTitle}}}** - +[{{hash}}] | {{authorName}} | {{commitTime}} +``` +{{{messageTitle}}} {{#messageBodyItems}} - * {{.}} +{{.}} {{/messageBodyItems}} - -[{{hash}}](https://github.com/tomasbjerre/git-changelog-gradle-plugin/commit/{{hash}}) {{authorName}} *{{commitTime}}* - +``` {{/commits}} {{/issues}} |