3387cfb3a6
Only stop at the branch base if we have not been told explicitly which versions to include. Change-Id: I2488f614e6d2fec0cb7babce1258ae0c64e77e2d Signed-off-by: Doug Hellmann <doug@doughellmann.com>
8 lines
340 B
YAML
8 lines
340 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Fixes a problem with the sphinx extension that caused it to
|
|
produce an error if it had a list of versions to include that were
|
|
not within the set that seemed to be on the branch because of the
|
|
branch-base detection logic. Now if a list of versions is
|
|
included, the scan always includes the full history. |