summaryrefslogtreecommitdiff
path: root/.gitchangelog.tpl
diff options
context:
space:
mode:
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"]:
<%