Skip to content

Commit 4a1cd9e

Browse files
Allow .post releases (#14)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 6cca531 commit 4a1cd9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

get_releasenote.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def parse(
2727
msg = msg.strip()
2828
head_re = re.compile(
2929
head_line.format(
30-
version="(?P<version>[0-9][0-9.abcr]+)",
30+
version=r"(?P<version>[0-9][0-9.abcr]+(\.post[0-9]+)?)",
3131
date=r"\d+-\d+-\d+",
3232
name=name,
3333
),

0 commit comments

Comments
 (0)