summaryrefslogtreecommitdiff
path: root/reno.yaml
diff options
context:
space:
mode:
authorSean McGinnis <sean.mcginnis@gmail.com>2020-07-21 17:16:49 -0500
committerJames E. Blair <jeblair@redhat.com>2020-07-22 08:45:46 -0700
commitaa6840ef3adfb2535b1f1790cfe3575b55be7ddb (patch)
tree83756fe9386cbae350c483314c7dda61249b3373 /reno.yaml
parent425172cf3909b23b7a5765a31bfca533494d182b (diff)
downloadzuul-aa6840ef3adfb2535b1f1790cfe3575b55be7ddb.tar.gz
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>
Diffstat (limited to 'reno.yaml')
-rw-r--r--reno.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/reno.yaml b/reno.yaml
new file mode 100644
index 000000000..14b0d2af2
--- /dev/null
+++ b/reno.yaml
@@ -0,0 +1,4 @@
+---
+earliest_version: 3.0.0
+stop_at_branch_base: false
+ignore_null_merges: false