Skip to content

Commit b019951

Browse files
committed
Skip pre-pre-release versions with no branch yet
1 parent 25f7dca commit b019951

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

master/custom/release_dashboard.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,8 @@ def branches(self):
114114
for version, info in self._app.branch_info.items():
115115
if info['status'] == 'end-of-life':
116116
continue
117+
if info['branch'] == '':
118+
continue
117119
if info['branch'] == 'main':
118120
tag = '3.x'
119121
else:

0 commit comments

Comments
 (0)