aboutsummaryrefslogtreecommitdiff
path: root/changelog.mustache
diff options
context:
space:
mode:
authorAlkalus <3060479+draknyte1@users.noreply.github.com>2018-05-24 17:16:27 +1000
committerAlkalus <3060479+draknyte1@users.noreply.github.com>2018-05-24 17:16:27 +1000
commitce8ae634223ac0e33998e2736073af3cd3c55db2 (patch)
tree8e88d66258e7a3d2764d19d8b12803e090e1bbdf /changelog.mustache
parent37271be246f94eb81c909be45403ee377d7228c3 (diff)
downloadGT5-Unofficial-ce8ae634223ac0e33998e2736073af3cd3c55db2.tar.gz
GT5-Unofficial-ce8ae634223ac0e33998e2736073af3cd3c55db2.tar.bz2
GT5-Unofficial-ce8ae634223ac0e33998e2736073af3cd3c55db2.zip
^ Version bump to 1.7.0-pre20.
% Updated Changelog generator template, it now produces lovely Changelogs for Github, easily formatted for anything else by removing the copious ` used for code blocks.
Diffstat (limited to 'changelog.mustache')
-rw-r--r--changelog.mustache15
1 files changed, 6 insertions, 9 deletions
diff --git a/changelog.mustache b/changelog.mustache
index 64fc20a48b..8094f6ac9c 100644
--- a/changelog.mustache
+++ b/changelog.mustache
@@ -1,6 +1,4 @@
-# Git Changelog Gradle plugin
-
-Changelog of Git Changelog Gradle plugin.
+# Generated via Git Changelog Gradle plugin
{{#tags}}
## {{name}}
@@ -18,14 +16,13 @@ Changelog of Git Changelog Gradle plugin.
{{/hasIssue}}
{{#commits}}
-**{{{messageTitle}}}**
-
+[{{hash}}] | {{authorName}} | {{commitTime}}
+```
+{{{messageTitle}}}
{{#messageBodyItems}}
- * {{.}}
+{{.}}
{{/messageBodyItems}}
-
-[{{hash}}](https://github.com/tomasbjerre/git-changelog-gradle-plugin/commit/{{hash}}) {{authorName}} *{{commitTime}}*
-
+```
{{/commits}}
{{/issues}}