diff options
| author | Natalia <124304+nessita@users.noreply.github.com> | 2026-01-19 15:48:22 -0300 |
|---|---|---|
| committer | nessita <124304+nessita@users.noreply.github.com> | 2026-01-26 11:42:58 -0300 |
| commit | 559a8b4341f94d8b87a9d5bb7e332fb48de2e1b9 (patch) | |
| tree | 414ac11850663fac7d652c23a69e68b0dd5abfdf /README.rst | |
| parent | 29ef283090668efab79b8547750297c4071dca92 (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.rst | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 ----------- |
