zuul/reno.yaml
Sean McGinnis aa6840ef3a Add reno configuration settings
This adds additional reno config to tell it to scan back to the earliest
versions when we started using reno to make sure we include all notes in
the output.

It also says not to ignore null merges so that we can merge temporary
branches back into the master branch, and reno will still proceed past
the null merge.

Change-Id: I75051cd492124441befc0dff5b33ccf0442b7754
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2020-07-22 08:45:46 -07:00

5 lines
81 B
YAML

---
earliest_version: 3.0.0
stop_at_branch_base: false
ignore_null_merges: false