Skip to content

Commit

Permalink
chore: make scope bolded and without wrapping in () (#152)
Browse files Browse the repository at this point in the history
* chore: make scope bolded and without wrapping in `()`

* Update git-cliff-release/cliff.toml

Co-authored-by: Martin Adámek <[email protected]>

---------

Co-authored-by: Martin Adámek <[email protected]>
  • Loading branch information
vladfrangu and B4nan authored Nov 12, 2024
1 parent 631317e commit ac061b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-cliff-release/cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ body = """
{% for group, commits in commits | group_by(attribute="group") %}
### {{ group | striptags | trim | upper_first }}
{% for commit in commits %}
- {% if commit.scope %}*({{ commit.scope }})* {% endif %}\
- {% if commit.scope %}**{{ commit.scope }}:** {% endif %}\
{% if commit.breaking %}[**breaking**] {% endif %}\
{% if commit.extra.pr_link %}\
{{ commit.message | upper_first | replace(from=commit.extra.raw_pr_link, to=commit.extra.pr_link) }}\
Expand Down

0 comments on commit ac061b7

Please sign in to comment.