File: support-subsections-583600c47b3c7d49.yaml

package info (click to toggle)
python-reno 4.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 776 kB
  • sloc: python: 5,263; makefile: 21; sh: 10
file content (12 lines) | stat: -rw-r--r-- 554 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
---
features:
  - |
    Reno now allows specifying subsections, which will appear under
    their top-level sections like "Features". This allows you to group
    related changes together better.

    To enable, set the ``sections`` value in config. Add subsections directly
    underneath their top-level section, with the number ``2`` or ``3`` after
    to indicate its nesting level. For example,
    ``["features_command_line", "Command Line", 2]``. Then, in your release note
    files, use the ID of the subsection, e.g. ``features_command_line``.