Skip to content

Commit

Permalink
Chore: Fix timestamp in \git cliff -u\
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixMcFelix committed Feb 29, 2024
1 parent b07e9b4 commit 8f60cf5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
body = """
{% if version %}\
{%- set versionlink = version -%}
{%- set t = timestamp -%}
{%- set ts = timestamp -%}
{% else %}\
{%- set versionlink = "unreleased" -%}
{%- set t = ts -%}
{%- set ts = now() -%}
{% endif %}\
## [{{ versionlink }}] — {{ t | date(format="%Y-%m-%d") }}
## [{{ versionlink }}] — {{ ts | date(format="%Y-%m-%d") }}
Thanks to the following for their contributions:
{% for contributor in github.contributors %}
Expand Down

0 comments on commit 8f60cf5

Please sign in to comment.