Skip to content

Commit ac061b7

Browse files
vladfranguB4nan
andauthored
chore: make scope bolded and without wrapping in () (#152)
* 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]>
1 parent 631317e commit ac061b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-cliff-release/cliff.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ body = """
2828
{% for group, commits in commits | group_by(attribute="group") %}
2929
### {{ group | striptags | trim | upper_first }}
3030
{% for commit in commits %}
31-
- {% if commit.scope %}*({{ commit.scope }})* {% endif %}\
31+
- {% if commit.scope %}**{{ commit.scope }}:** {% endif %}\
3232
{% if commit.breaking %}[**breaking**] {% endif %}\
3333
{% if commit.extra.pr_link %}\
3434
{{ commit.message | upper_first | replace(from=commit.extra.raw_pr_link, to=commit.extra.pr_link) }}\

0 commit comments

Comments
 (0)