From 33c0225717bceed0c9abb3c3ff2de596a188b220 Mon Sep 17 00:00:00 2001 From: Ans Date: Thu, 7 Nov 2024 12:50:44 -0500 Subject: [PATCH] Sync up date formatting strings in cliff.toml --- cliff.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cliff.toml b/cliff.toml index 4d3488c79..a38eecd65 100644 --- a/cliff.toml +++ b/cliff.toml @@ -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") }}](/compare/{{ previous.version }}..{{ version }}) - {{ timestamp | date(format="%Y-%m-%d") }} + ## [{{ version | trim_start_matches(pat="v") }}](/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 %}\