reno/releasenotes/notes/stop-scanning-branch-option-6a0156b183814d7f.yaml
Doug Hellmann 7ee2a78a8a add configuration option to not stop at branch base
The previous commit changes the default behavior to always stop scanning
at the base of a branch. This change adds a configuration option to
allow that behavior to be disabled, so that revisions along the history
of the branch prior to the point where it diverged from master can be
included. The new default behavior established in the previous commit is
not changed.

Change-Id: I2c4968e1291c1b7d268896cfbb79e320d4085bce
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2016-10-13 18:55:40 +00:00

10 lines
437 B
YAML

---
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.