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:
link2xt
2023-05-15 12:27:02 +00:00
parent 53449ea5b3
commit 4b7ff6f003

View File

@@ -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 %}\