Skip to content

Commit 023cd70

Browse files
committed
Fix release description script.
1 parent 07258cb commit 023cd70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/get_release_description.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"""Print the description used for GitHub Releases."""
33
import re
44

5-
TAG_BANNER = r"\d+\.\d+\.\d+\S* - \d+-\d+-\d+\n--------------------\n"
5+
TAG_BANNER = r"\d+\.\d+\.\d+\S* - \d+-\d+-\d+\n-+\n"
66

77
RE_BODY = re.compile(fr".*?{TAG_BANNER}(.*?){TAG_BANNER}", re.DOTALL)
88
RE_SECTION = re.compile(r"^(\w+)$", re.MULTILINE)

0 commit comments

Comments
 (0)