Skip to content

Commit

Permalink
less newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
janbuchar committed Oct 24, 2024
1 parent 241314f commit 18d673f
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions git-cliff-release/cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ All notable changes to this project will be documented in this file.\n
# template for the changelog body
# https://keats.github.io/tera/docs/#introduction
body = """
{% if not version %}\
<!-- git-cliff-unreleased-start -->
{% endif %}\
{% if not version %}<!-- git-cliff-unreleased-start -->{% endif %}\
{% if version and extra.release_link %}\
## [{{ version | trim_start_matches(pat="v") }}]({{ extra.release_link }}) ({{ timestamp | date(format="%Y-%m-%d") }})
{% elif extra.unreleased_version %}\
Expand Down Expand Up @@ -47,9 +45,7 @@ body = """
{%- endif %}\
{% endfor %}
{% endfor %}\n
{% if not version %}\
<!-- git-cliff-unreleased-end -->
{% endif %}\
{% if not version %}<!-- git-cliff-unreleased-end -->{% endif %}\
"""
# template for the changelog footer
footer = """
Expand Down

0 comments on commit 18d673f

Please sign in to comment.