aboutsummaryrefslogtreecommitdiff
path: root/changelogcurse.mustache
diff options
context:
space:
mode:
authorAlkalus <3060479+draknyte1@users.noreply.github.com>2018-05-24 17:43:35 +1000
committerAlkalus <3060479+draknyte1@users.noreply.github.com>2018-05-24 17:43:35 +1000
commitc070e4c3384f4430834f590ac37fc64bba5933a9 (patch)
treea1876c8a78a4988d0c61416e8c8311098454e05b /changelogcurse.mustache
parentce8ae634223ac0e33998e2736073af3cd3c55db2 (diff)
downloadGT5-Unofficial-c070e4c3384f4430834f590ac37fc64bba5933a9.tar.gz
GT5-Unofficial-c070e4c3384f4430834f590ac37fc64bba5933a9.tar.bz2
GT5-Unofficial-c070e4c3384f4430834f590ac37fc64bba5933a9.zip
+ Added a new Gradle task to also build a seperate changelog for Curse. (Because I am lazy)
Diffstat (limited to 'changelogcurse.mustache')
-rw-r--r--changelogcurse.mustache18
1 files changed, 18 insertions, 0 deletions
diff --git a/changelogcurse.mustache b/changelogcurse.mustache
new file mode 100644
index 0000000000..e4c3c66274
--- /dev/null
+++ b/changelogcurse.mustache
@@ -0,0 +1,18 @@
+# Generated via Git Changelog Gradle plugin for Curse/CurseForge
+<br />
+<br />
+{{#tags}}
+<br />
+{{#commits}}
+<p>
+[{{hash}}] | {{authorName}} | {{commitTime}}
+<br />
+{{{messageTitle}}}
+<br />
+{{#messageBodyItems}}
+{{.}}
+{{/messageBodyItems}}
+</p>
+ {{/commits}}
+<br />
+{{/tags}} \ No newline at end of file