diff options
author | Sean McGinnis <sean.mcginnis@gmail.com> | 2020-07-21 17:16:49 -0500 |
---|---|---|
committer | James E. Blair <jeblair@redhat.com> | 2020-07-22 08:48:37 -0700 |
commit | a1c2f5b962232e4ed2828580d84d272bc7d2ff6a (patch) | |
tree | cc482aa0ccc222e2daccb8f30d442f884b0455ce | |
parent | 08154253d7322a479d2125cefe6efa73e73e2dcc (diff) | |
download | zuul-a1c2f5b962232e4ed2828580d84d272bc7d2ff6a.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>
-rw-r--r-- | reno.yaml | 4 |
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 |