summaryrefslogtreecommitdiff
path: root/checklists
diff options
context:
space:
mode:
authorJacob Walls <jacobtylerwalls@gmail.com>2026-01-26 11:25:31 -0500
committerJacob Walls <jacobtylerwalls@gmail.com>2026-01-26 13:12:59 -0500
commit3da009d88a29b4a42d619cdecdbb06dde5130aec (patch)
treeda067f41e7cb91812ada2d53b16a384ba2000945 /checklists
parent559a8b4341f94d8b87a9d5bb7e332fb48de2e1b9 (diff)
Clarified that man page updates can be skipped.
Diffstat (limited to 'checklists')
-rw-r--r--checklists/templates/checklists/_update_man_page.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/checklists/templates/checklists/_update_man_page.md b/checklists/templates/checklists/_update_man_page.md
index ece29a9a..5081a8bd 100644
--- a/checklists/templates/checklists/_update_man_page.md
+++ b/checklists/templates/checklists/_update_man_page.md
@@ -1,7 +1,8 @@
- [ ] Update manpage
- `cd docs`
- `make man`
- - `man _build/man/django-admin.1` # do a quick sanity check
+ - `man _build/man/django-admin.1`
- `cp _build/man/django-admin.1 man/django-admin.1`
+ - Do a sanity check: are there meaningful updates other than the new timestamp? If not, revert and move on.
- `git commit -a -m '{{ release.commit_prefix }} Updated man page for Django {{ release.version_verbose }}.'`
- e.g. https://github.com/django/django/commit/3eb7051161f7e574a8489d998312cce8d92d03d0