diff options
-rw-r--r-- | changelog.mustache | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/changelog.mustache b/changelog.mustache new file mode 100644 index 0000000000..64fc20a48b --- /dev/null +++ b/changelog.mustache @@ -0,0 +1,32 @@ +# Git Changelog Gradle plugin + +Changelog of Git Changelog Gradle plugin. + +{{#tags}} +## {{name}} + {{#issues}} + {{#hasIssue}} + {{#hasLink}} +### {{name}} [{{issue}}]({{link}}) {{title}} + {{/hasLink}} + {{^hasLink}} +### {{name}} {{issue}} {{title}} + {{/hasLink}} + {{/hasIssue}} + {{^hasIssue}} +### {{name}} + {{/hasIssue}} + + {{#commits}} +**{{{messageTitle}}}** + +{{#messageBodyItems}} + * {{.}} +{{/messageBodyItems}} + +[{{hash}}](https://github.com/tomasbjerre/git-changelog-gradle-plugin/commit/{{hash}}) {{authorName}} *{{commitTime}}* + + {{/commits}} + + {{/issues}} +{{/tags}}
\ No newline at end of file |