mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 17:36:29 +03:00
build(git-cliff): add period at the end of changelog entry titles
Make it consistent with the rest of the changelog.
This commit is contained in:
@@ -60,7 +60,7 @@ body = """
|
|||||||
{% for group, commits in commits | group_by(attribute="group") %}
|
{% for group, commits in commits | group_by(attribute="group") %}
|
||||||
### {{ group | upper_first }}
|
### {{ group | upper_first }}
|
||||||
{% for commit in commits %}
|
{% for commit in commits %}
|
||||||
- {% if commit.breaking %}[**breaking**] {% endif %}{{ commit.message | upper_first }}\
|
- {% if commit.breaking %}[**breaking**] {% endif %}{{ commit.message | upper_first }}.\
|
||||||
{% 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 }}\
|
||||||
{% endif %}{% endfor %}\
|
{% endif %}{% endfor %}\
|
||||||
|
|||||||
Reference in New Issue
Block a user