aboutsummaryrefslogtreecommitdiff
path: root/changelog.mustache
diff options
context:
space:
mode:
authorAlkalus <3060479+draknyte1@users.noreply.github.com>2018-05-24 05:13:49 +1000
committerAlkalus <3060479+draknyte1@users.noreply.github.com>2018-05-24 05:13:49 +1000
commitc40825297fc1008c72bfebca09af9aabe15c2832 (patch)
tree1baae0558cbd56d4e060513ef3f3b40dedf49c02 /changelog.mustache
parent7a632048aae20cb62470adc6be0700f092f3893f (diff)
downloadGT5-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.mustache32
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