diff options
author | Alkalus <3060479+draknyte1@users.noreply.github.com> | 2018-05-24 17:43:35 +1000 |
---|---|---|
committer | Alkalus <3060479+draknyte1@users.noreply.github.com> | 2018-05-24 17:43:35 +1000 |
commit | c070e4c3384f4430834f590ac37fc64bba5933a9 (patch) | |
tree | a1876c8a78a4988d0c61416e8c8311098454e05b /changelogcurse.mustache | |
parent | ce8ae634223ac0e33998e2736073af3cd3c55db2 (diff) | |
download | GT5-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.mustache | 18 |
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 |