summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorNatalia <124304+nessita@users.noreply.github.com>2026-01-19 15:48:22 -0300
committernessita <124304+nessita@users.noreply.github.com>2026-01-26 11:42:58 -0300
commit559a8b4341f94d8b87a9d5bb7e332fb48de2e1b9 (patch)
tree414ac11850663fac7d652c23a69e68b0dd5abfdf /README.rst
parent29ef283090668efab79b8547750297c4071dca92 (diff)
Added Release's checklist generator app.
The checklist-generator app was started in https://github.com/nessita/checklist-generator, used and iterated over there by the Fellows. It is now in a mature state where the Releaser will benefit from a shared setup and storage. This work also excludes checklist generator templates from forced linting since the markdown are sensitive to the layout.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 979b549b..afcd5510 100644
--- a/README.rst
+++ b/README.rst
@@ -256,6 +256,14 @@ To update this file, run::
python -m manage dumpdata dashboard --exclude dashboard.Datum --indent=4 > dashboard_production_metrics.json
+Release Checklists
+------------------
+
+The ``checklists`` app provides assistance for issuing Django releases (feature
+releases, pre-releases (alpha/beta/RC), bugfix releases, and security releases).
+
+For detailed documentation see `checklists/README.md <checklists/README.md>`_.
+
Translation
-----------