Skip to content

Commit 053b9c8

Browse files
authored
docs: Include scope in changelog format (#1521)
1 parent b046f9f commit 053b9c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cliff.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Released {{ timestamp | date(format="%Y-%m-%d") }}
2020
{% for group, commits in commits | group_by(attribute="group") %}
2121
### {{ group | upper_first }}
2222
{% for commit in commits %}
23-
- {{ commit.message | upper_first }}\
23+
- {%if commit.scope %}({{commit.scope}}) {% endif %}{{ commit.message | upper_first }}\
2424
{% endfor %}
2525
{% endfor %}\n
2626
"""

0 commit comments

Comments
 (0)