summaryrefslogtreecommitdiff
path: root/.gitchangelog.tpl
diff options
context:
space:
mode:
authorjkoan <jkoan@gmx.de>2021-03-06 14:52:27 +0100
committerjkoan <jkoan@gmx.de>2021-03-06 14:52:27 +0100
commit83f3c5e3bbda79457951ff19c9b633e18a00a984 (patch)
treed0aa4afd43522958c8d939237206f9f47af744a7 /.gitchangelog.tpl
parent85c035921f3d23bc10b33f075b6dd6e711da889d (diff)
downloadnavit-83f3c5e3bbda79457951ff19c9b633e18a00a984.tar.gz
fix:release:Fix Markdown template for type-Sections
Diffstat (limited to '.gitchangelog.tpl')
-rw-r--r--.gitchangelog.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitchangelog.tpl b/.gitchangelog.tpl
index 59bc8a299..b89a83815 100644
--- a/.gitchangelog.tpl
+++ b/.gitchangelog.tpl
@@ -29,7 +29,7 @@ Navit follows the semantic versioning:
<% title = "## [%s] - %s" % (version["tag"], version["date"]) if version["tag"] else "## %s" % opts["unreleased_version_label"] %>${title}
% for section in version["sections"]:
-<% lbl = "## %s" % section["label"] %>${lbl}
+<% lbl = "### %s" % section["label"] %>${lbl}
% for commit in section["commits"]:
<%