diff options
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 |