Skip to content

Commit

Permalink
chore: don't force uppercase first word of the commit message
Browse files Browse the repository at this point in the history
It may refer to a specific crate/component.
  • Loading branch information
istankovic committed Oct 18, 2024
1 parent 8d30d1a commit 04d05ce
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 @@ -6,7 +6,7 @@ body = """
### {{ group | striptags | trim | upper_first }}
{% for commit in commits %}
- {% if commit.breaking %}[**breaking**] {% endif %}\
{{ commit.message | upper_first }} \
{{ commit.message }} \
({{ commit.id | truncate(length=7, end="") }})\
{% endfor %}
{% endfor %}\n\n
Expand Down

0 comments on commit 04d05ce

Please sign in to comment.