Skip to content

Commit

Permalink
Sync up date formatting strings in cliff.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
anselmbradford committed Nov 7, 2024
1 parent 05a931d commit 33c0225
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ All notable changes to this project will be documented in this file.\n
body = """
{% if version %}\
{% if previous.version %}\
## [{{ version | trim_start_matches(pat="v") }}](<REPO>/compare/{{ previous.version }}..{{ version }}) - {{ timestamp | date(format="%Y-%m-%d") }}
## [{{ version | trim_start_matches(pat="v") }}](<REPO>/compare/{{ previous.version }}..{{ version }}) - {{ timestamp | date(timezone="America/New_York", format="%B %e, %Y") }}
{% else %}\
## [{{ version | trim_start_matches(pat="v") }}] - {{ timestamp | date(timezone="America/New_York", format="%B %e, %Y") }}
{% endif %}\
Expand Down

0 comments on commit 33c0225

Please sign in to comment.