We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df17432 commit 1dee5f8Copy full SHA for 1dee5f8
ci/date-check/src/main.rs
@@ -150,7 +150,7 @@ fn main() {
150
up-to-date. Each date should be updated (in the Markdown file where it appears) to \
151
use the current month ({current_month}), or removed if the docs it annotates are not \
152
expected to fall out of date quickly.",
153
- current_month = current_month
+ current_month = today_chrono.format("%B %Y"),
154
);
155
println!();
156
println!(
0 commit comments