From 48aeddfb03a8a459e4b2bdf95018df09d5424f1a Mon Sep 17 00:00:00 2001 From: Alkalus <3060479+draknyte1@users.noreply.github.com> Date: Wed, 27 Jun 2018 01:16:12 +1000 Subject: + Added custom fluid hatches for Pyrotheum and Cryotheum. + Added plain-text changelog build script. ^ Version Bump for nightly build. --- changeloggeneral.mustache | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 changeloggeneral.mustache (limited to 'changeloggeneral.mustache') 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 -- cgit