mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 21:46:35 +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") %}
|
||||
### {{ group | upper_first }}
|
||||
{% 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 %}
|
||||
{% raw %} {% endraw %}- {{ footer.value }}\
|
||||
{% endif %}{% endfor %}\
|
||||
|
||||
Reference in New Issue
Block a user