Skip to content

Commit

Permalink
Adjust changelog.txt formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecRust committed Apr 11, 2024
1 parent 9b99e03 commit d9f5519
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .cliff/cliff-changelog-txt.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ header = """
"""
body = """
{% if version %}
= {{ version | trim_start_matches(pat="v") }} {{ "-" }} {{ timestamp | date(format="%Y-%m-%d") | default(value="") }} =
{{ timestamp | date(format="%Y-%m-%d") | default(value="") }} - version {{ version | trim_start_matches(pat="v") }}
{% for commit in commits %}* {{ commit.message | split(pat="
") | first | trim }}
{% endfor %}{% endif %}
Expand Down

0 comments on commit d9f5519

Please sign in to comment.