mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 09:26:29 +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:
@@ -403,7 +403,7 @@ that failed to be published for 2.31.0 due to not configured "trusted publishers
|
|||||||
|
|
||||||
### Features / Changes
|
### Features / Changes
|
||||||
|
|
||||||
- Lookup_or_create_adhoc_group(): Add context to SQL errors ([#7554](https://github.com/chatmail/core/pull/7554)).
|
- `lookup_or_create_adhoc_group()`: Add context to SQL errors ([#7554](https://github.com/chatmail/core/pull/7554)).
|
||||||
|
|
||||||
## [2.31.0] - 2025-12-04
|
## [2.31.0] - 2025-12-04
|
||||||
|
|
||||||
|
|||||||
@@ -66,7 +66,7 @@ body = """
|
|||||||
{% for commit in commits %}
|
{% for commit in commits %}
|
||||||
- {% if commit.breaking %}[**breaking**] {% endif %}\
|
- {% if commit.breaking %}[**breaking**] {% endif %}\
|
||||||
{% if commit.scope %}{{ commit.scope }}: {% endif %}\
|
{% if commit.scope %}{{ commit.scope }}: {% endif %}\
|
||||||
{{ commit.message | upper_first }}.\
|
{{ commit.message }}.\
|
||||||
{% if commit.footers is defined %}\
|
{% if commit.footers is defined %}\
|
||||||
{% for footer in commit.footers %}{% if 'BREAKING CHANGE' in footer.token %}
|
{% for footer in commit.footers %}{% if 'BREAKING CHANGE' in footer.token %}
|
||||||
{% raw %} {% endraw %}- {{ footer.value }}\
|
{% raw %} {% endraw %}- {{ footer.value }}\
|
||||||
|
|||||||
Reference in New Issue
Block a user