Skip to content

Commit c51425b

Browse files
committed
docs: Actually configure reno to use the main branch
I used the wrong setting [1] [1] https://docs.openstack.org/reno/latest/user/usage.html#configuring-reno Signed-off-by: Stephen Finucane <[email protected]> (cherry picked from commit b39dabf) (cherry picked from commit b89ba00)
1 parent 948c51c commit c51425b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

releasenotes/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
branch: main
2+
default_branch: main
33
release_tag_re: 'v\d\.\d\.\d(rc\d+)?'
44
pre_release_tag_re: '(?P<pre_release>-rc(?:\d)*)$'
55
sections:

tools/post-receive.hook

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ set -eu
1111
PW_DIR=/opt/patchwork/patchwork
1212

1313
#TODO: the state map should really live in the repo's git-config
14-
STATE_MAP="refs/heads/master:Accepted"
14+
STATE_MAP="refs/heads/main:Accepted"
1515

1616
# ignore all commits already present in these refs
1717
# e.g.,

0 commit comments

Comments
 (0)