diff --git a/cliff.toml b/cliff.toml index 1406dbc7..fd4f246e 100644 --- a/cliff.toml +++ b/cliff.toml @@ -11,11 +11,6 @@ header = """""" # template for the changelog body # https://keats.github.io/tera/docs/#introduction body = """ -{% if version %}\ - ## [{{ version }}] - {{ timestamp | date(format="%Y-%m-%d") }} -{% else %}\ - ## [unreleased] -{% endif %}\ {% for group, commits in commits | group_by(attribute="group") %} ### {{ group | striptags | trim | upper_first }} {% for commit in commits %}