aboutsummaryrefslogtreecommitdiff
path: root/changeloggeneral.mustache
diff options
context:
space:
mode:
Diffstat (limited to 'changeloggeneral.mustache')
-rw-r--r--changeloggeneral.mustache17
1 files changed, 17 insertions, 0 deletions
diff --git a/changeloggeneral.mustache b/changeloggeneral.mustache
new file mode 100644
index 0000000000..c014e557de
--- /dev/null
+++ b/changeloggeneral.mustache
@@ -0,0 +1,17 @@
+# Generated via Git Changelog Gradle plugin
+
+# Legend
+# (+) - Addition
+# (-) - Removal
+# (%) - Change
+# ($) - Fix
+# (^) - Update
+
+{{#commits}}
+
+[{{hash}}] | {{authorName}} | {{commitTime}}
+{{{messageTitle}}}
+{{#messageBodyItems}}
+{{.}}
+{{/messageBodyItems}}
+{{/commits}} \ No newline at end of file