Skip to content

Commit

Permalink
getting rid of title and date since it already shows in release
Browse files Browse the repository at this point in the history
  • Loading branch information
AustinAbro321 committed Mar 18, 2024
1 parent 13056e4 commit affdcfa
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand Down

0 comments on commit affdcfa

Please sign in to comment.