Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@


[changelog]

header = """
# Changelog\n
All notable changes to this project will be documented in this file.\n
"""

# A Tera template to be rendered for each release in the changelog.
# See https://keats.github.io/tera/docs/#introduction
body = """
Expand All @@ -19,6 +25,7 @@ body = """
{{ commit.message | upper_first }}\
{% endfor %}
{% endfor %}

"""
# Remove leading and trailing whitespaces from the changelog's body.
trim = true
Expand Down