mirror of
https://github.com/Dasharo/meta-dts.git
synced 2026-06-13 10:16:12 -07:00
cliff.toml: Update changelog format to use only single space between sections
Signed-off-by: Michał Iwanicki <michal.iwanicki@3mdeb.com>
This commit is contained in:
+4
-2
@@ -19,11 +19,13 @@ body = """
|
||||
{% endif -%}
|
||||
{% for group, commits in commits | filter(attribute="merge_commit", value=false) | group_by(attribute="group") %}
|
||||
### {{ group | upper_first }}
|
||||
|
||||
{% for commit in commits %}
|
||||
{%- set short_message = commit.message | split(pat="\n") | first | trim -%}
|
||||
- {{ short_message | trim }}\n\
|
||||
{% endfor %}
|
||||
{% endfor %}\n
|
||||
{% endfor %}\
|
||||
{% endfor %}
|
||||
|
||||
"""
|
||||
|
||||
# remove the leading and trailing whitespace from the templates
|
||||
|
||||
Reference in New Issue
Block a user