From 33ef57ea497288f8f61eebdff3038a568c740c2b Mon Sep 17 00:00:00 2001 From: Rangi Date: Tue, 22 Sep 2026 12:35:05 -0400 Subject: [PATCH] Mention a `sed` command for updating the `man` page dates --- docs/RELEASE.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/RELEASE.md b/docs/RELEASE.md index f2650ad6..2522d83c 100644 --- a/docs/RELEASE.md +++ b/docs/RELEASE.md @@ -12,7 +12,8 @@ GitHub. - [Dockerfile](/Dockerfile): update `ARG version`. - [test/external/\*.cfg](/test/external): update test dependency commits (preferably, use the latest available). - - [man/\*](/man/): update dates and authors. + - [man/\*](/man/): update dates and authors. You can use + `sed -Ei '/^\.Dd/ s/ .*/ '"$(LC_ALL=C date +'%B %d, %Y')"/ man/*`. 2. Create a Git tag formatted as v<MAJOR>.<MINOR>.<PATCH>, or v<MAJOR>.<MINOR>.<PATCH>-rc<RC>