From 83f3c5e3bbda79457951ff19c9b633e18a00a984 Mon Sep 17 00:00:00 2001 From: jkoan Date: Sat, 6 Mar 2021 14:52:27 +0100 Subject: fix:release:Fix Markdown template for type-Sections --- .gitchangelog.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitchangelog.tpl') 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"]: <% -- cgit v1.2.1