mirror of
https://github.com/chatmail/core.git
synced 2026-05-19 23:06:32 +03:00
build(git-cliff): do not capitalize the first letter of commit message
Some commit messages start with the function names for additional context and these should not be capitalized.
This commit is contained in:
@@ -66,7 +66,7 @@ body = """
|
||||
{% for commit in commits %}
|
||||
- {% if commit.breaking %}[**breaking**] {% endif %}\
|
||||
{% if commit.scope %}{{ commit.scope }}: {% endif %}\
|
||||
{{ commit.message | upper_first }}.\
|
||||
{{ commit.message }}.\
|
||||
{% if commit.footers is defined %}\
|
||||
{% for footer in commit.footers %}{% if 'BREAKING CHANGE' in footer.token %}
|
||||
{% raw %} {% endraw %}- {{ footer.value }}\
|
||||
|
||||
Reference in New Issue
Block a user