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>
This commit is contained in:
Sean McGinnis 2020-07-21 17:16:49 -05:00 committed by James E. Blair
parent 425172cf39
commit aa6840ef3a
1 changed files with 4 additions and 0 deletions

4
reno.yaml Normal file
View File

@ -0,0 +1,4 @@
---
earliest_version: 3.0.0
stop_at_branch_base: false
ignore_null_merges: false