aboutsummaryrefslogtreecommitdiff
path: root/changelogcurse.mustache
blob: e4c3c66274eab27aeb8b031ad88007effc5d69a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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}}