Skip to content

Commit 2295bd0

Browse files
committed
Fixed a bug in the release script
1 parent 988143b commit 2295bd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/make-release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def parse_changelog():
3333
if change_info:
3434
break
3535

36-
match = re.match(r'^released on (\w+\s+\d+\w+\s+\d+)'
36+
match = re.match(r'released on (\w+\s+\d+\w+\s+\d+)'
3737
r'(?:, codename (.*))?(?i)', change_info)
3838
if match is None:
3939
continue

0 commit comments

Comments
 (0)