Skip to content

Commit fd7dc7c

Browse files
committed
try again
1 parent 1a7396a commit fd7dc7c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

conf.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,6 @@
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+$'),)
306306
scv_show_banner = True
307307

308-

0 commit comments

Comments
 (0)