7ee2a78a8a
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>
10 lines
437 B
YAML
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.
|