From ce8ae634223ac0e33998e2736073af3cd3c55db2 Mon Sep 17 00:00:00 2001 From: Alkalus <3060479+draknyte1@users.noreply.github.com> Date: Thu, 24 May 2018 17:16:27 +1000 Subject: ^ 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. --- changelog.mustache | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) (limited to 'changelog.mustache') 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}} -- cgit