aboutsummaryrefslogtreecommitdiff
path: root/changelogcurse.mustache
diff options
context:
space:
mode:
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