Skip to content

Commit 0293f5e

Browse files
docs: set breaking changes to be a h3
1 parent b91f047 commit 0293f5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-cliff-config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ body = """
2525
2626
{%- set breaking_commits = commits | filter(attribute="breaking", value=true) -%}
2727
{%- if breaking_commits | length > 0 %}
28-
## Breaking changes
28+
### Breaking changes
2929
{% for commit in breaking_commits %}
3030
- {% if commit.scope %}**{{ commit.scope | upper_first }}**: {% endif %}\
3131
{{ commit.breaking_description | upper_first }} \

0 commit comments

Comments
 (0)