Skip to content

Commit

Permalink
chore(release): update git-cliff config
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Mar 2, 2023
1 parent 6ba1a17 commit 95cb813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ body = """
{%- for commit in commits %}
{%- if commit.scope -%}
{% else -%}
- *(No Category)* {{ commit.message | upper_first }}
- *(no category)* {{ commit.message | upper_first }}
{% if commit.breaking -%}
{% raw %} {% endraw %}- **BREAKING**: {{commit.breaking_description}}
{% endif -%}
Expand Down

0 comments on commit 95cb813

Please sign in to comment.