Skip to content

Commit 1a7396a

Browse files
committed
try whitelisting branches regex again
1 parent f6cd50c commit 1a7396a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@
302302
scv_root_ref = version
303303
scv_priority = 'branches'
304304
scv_sort = ('semver',)
305-
scv_whitelist_branches = (re.compile(r'^v\d+\.\d+\.\d+$'),)
305+
scv_whitelist_branches = (re.compile(r'^v\d+\.\d+\(?:.\d+)?$'),)
306306
scv_show_banner = True
307307

308308

0 commit comments

Comments
 (0)