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>
changes/96/742296/2
Sean McGinnis 3 years ago committed by James E. Blair
parent 425172cf39
commit aa6840ef3a

@ -0,0 +1,4 @@
---
earliest_version: 3.0.0
stop_at_branch_base: false
ignore_null_merges: false
Loading…
Cancel
Save