Skip to content

Commit 12e22df

Browse files
committed
Update milestone git commit range
1 parent 36e0512 commit 12e22df

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

scripts/milestone_check.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
'2.0.2': 'origin/2.0.x --not v2.0.1',
2525
'2.1': 'origin/2.1.x --not origin/2.0.x',
2626
'2.2': 'origin/2.2.x --not origin/2.1.x',
27-
'3.0': 'origin/master --not origin/2.2.x'
27+
# 6507205805 is a commit in the debugger ancestor tree before merging
28+
'3.0': 'origin/master ^origin/2.2.x ^6507205805'
2829
}
2930

3031
try:

0 commit comments

Comments
 (0)