File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1111{# UNRELEASED -#}
1212## Unreleased
1313{% for type_ , commits in context .history .unreleased | dictsort %}
14- ### {{ type_ | capitalize }} {% if type == "unknown" %} Scope{% endif %}
14+ ### {{ type_ | capitalize }} {% if type_ == "unknown" %} Scope{% endif %}
1515{% for commit in commits %}{% if type_ != "unknown" %}
1616* {{ fmt_commit(commit) }}
1717{% else %}
2222{% if release ["elements" ] | length > 0 %}
2323## {{ version.as_semver_tag() }} ({{ release.tagged_date.strftime("%Y-%m-%d") }})
2424{% for type_ , commits in release ["elements" ] | dictsort %}
25- ### {{ type_ | capitalize }} {% if type == "unknown" %} Scope{% endif %}
25+ ### {{ type_ | capitalize }} {% if type_ == "unknown" %} Scope{% endif %}
2626{% for commit in commits %}{% if type_ != "unknown" %}
2727* {{ fmt_commit(commit) }}
2828{% else %}
You can’t perform that action at this time.
0 commit comments