diff --git a/.cliff/cliff-changelog-txt.toml b/.cliff/cliff-changelog-txt.toml index a74786a..bd099ef 100644 --- a/.cliff/cliff-changelog-txt.toml +++ b/.cliff/cliff-changelog-txt.toml @@ -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 %}