File: stop-scanning-branch-option-6a0156b183814d7f.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 (9 lines) | stat: -rw-r--r-- 437 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
---
features:
  - Add a new configuration option, stop_at_branch_base, to control
    whether or not the scanner stops looking for changes at the point
    where a branch diverges from master. The default is True, meaning
    that the scanner does stop. A false value means that versions that
    appear on master from a point earlier than when the branch was
    created will be included when scanning the branch for release
    notes.