Skip to content

Commit

Permalink
fix:release:Fix Markdown template for type-Sections
Browse files Browse the repository at this point in the history
  • Loading branch information
jkoan committed Mar 6, 2021
1 parent 85c0359 commit 83f3c5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitchangelog.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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"]:
<%
Expand Down

0 comments on commit 83f3c5e

Please sign in to comment.