From 4a0df466de9beb8d4272c645c32d7145197ac63d Mon Sep 17 00:00:00 2001 From: Tshepang Mbambo Date: Thu, 4 Aug 2022 06:15:14 +0200 Subject: [PATCH 1/2] udpate date-check format on github issue --- ci/date-check/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/date-check/src/main.rs b/ci/date-check/src/main.rs index 8a33d405b..5292a241c 100644 --- a/ci/date-check/src/main.rs +++ b/ci/date-check/src/main.rs @@ -150,7 +150,7 @@ fn main() { up-to-date. Each date should be updated (in the Markdown file where it appears) to \ use the current month ({current_month}), or removed if the docs it annotates are not \ expected to fall out of date quickly.", - current_month = current_month + current_month = today_chrono.format("%b %Y"), ); println!(); println!( From 10d3464eb21a8fb627570bded2af605c47067da1 Mon Sep 17 00:00:00 2001 From: Tshepang Mbambo Date: Tue, 9 Aug 2022 23:11:32 +0200 Subject: [PATCH 2/2] accept review suggestion Co-authored-by: Noah Lev --- ci/date-check/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/date-check/src/main.rs b/ci/date-check/src/main.rs index 5292a241c..bb3542f24 100644 --- a/ci/date-check/src/main.rs +++ b/ci/date-check/src/main.rs @@ -150,7 +150,7 @@ fn main() { up-to-date. Each date should be updated (in the Markdown file where it appears) to \ use the current month ({current_month}), or removed if the docs it annotates are not \ expected to fall out of date quickly.", - current_month = today_chrono.format("%b %Y"), + current_month = today_chrono.format("%B %Y"), ); println!(); println!(