We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 948c51c commit c51425bCopy full SHA for c51425b
releasenotes/config.yaml
@@ -1,5 +1,5 @@
1
---
2
-branch: main
+default_branch: main
3
release_tag_re: 'v\d\.\d\.\d(rc\d+)?'
4
pre_release_tag_re: '(?P<pre_release>-rc(?:\d)*)$'
5
sections:
tools/post-receive.hook
@@ -11,7 +11,7 @@ set -eu
11
PW_DIR=/opt/patchwork/patchwork
12
13
#TODO: the state map should really live in the repo's git-config
14
-STATE_MAP="refs/heads/master:Accepted"
+STATE_MAP="refs/heads/main:Accepted"
15
16
# ignore all commits already present in these refs
17
# e.g.,
0 commit comments