diff options
author | Alkalus <3060479+draknyte1@users.noreply.github.com> | 2018-05-24 05:13:49 +1000 |
---|---|---|
committer | Alkalus <3060479+draknyte1@users.noreply.github.com> | 2018-05-24 05:13:49 +1000 |
commit | c40825297fc1008c72bfebca09af9aabe15c2832 (patch) | |
tree | 1baae0558cbd56d4e060513ef3f3b40dedf49c02 /changelog.mustache | |
parent | 7a632048aae20cb62470adc6be0700f092f3893f (diff) | |
download | GT5-Unofficial-c40825297fc1008c72bfebca09af9aabe15c2832.tar.gz GT5-Unofficial-c40825297fc1008c72bfebca09af9aabe15c2832.tar.bz2 GT5-Unofficial-c40825297fc1008c72bfebca09af9aabe15c2832.zip |
+ Added template file required by gradle to generate Changelogs.
Diffstat (limited to 'changelog.mustache')
-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 |