Skip to content

Commit

Permalink
add(cliff): use parentheses with code tags for commit scope; like (`s…
Browse files Browse the repository at this point in the history
…cope`)
  • Loading branch information
comfysage committed Feb 5, 2024
1 parent ec487a7 commit d8ef7e5
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 @@ -14,7 +14,7 @@ body = """
{% for group, commits in commits | group_by(attribute="group") %}
### {{ group | upper_first }}
{% for commit in commits %}
- {% if commit.breaking %}[**breaking**] {% endif %} [{{ commit.scope }}] {{ commit.message | upper_first }}\
- {% if commit.breaking %}[**breaking**] {% endif %} (`{{ commit.scope }}`) {{ commit.message | upper_first }}\
{% endfor %}
{% endfor %}\n
"""
Expand Down

0 comments on commit d8ef7e5

Please sign in to comment.