Skip to content

Commit 5465454

Browse files
committed
Handle prereleases
1 parent 18162a4 commit 5465454

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev-bin/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -eu -o pipefail
55
changelog=$(cat HISTORY.rst)
66

77
regex='
8-
([0-9]+\.[0-9]+\.[0-9]+) \(([0-9]{4}-[0-9]{2}-[0-9]{2})\)
8+
([0-9]+\.[0-9]+\.[0-9]+[a-z0-9]*) \(([0-9]{4}-[0-9]{2}-[0-9]{2})\)
99
\+*
1010
1111
((.|

0 commit comments

Comments
 (0)