Skip to content

Commit

Permalink
Handle prereleases
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwald committed Sep 6, 2024
1 parent 18162a4 commit 5465454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-bin/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -eu -o pipefail
changelog=$(cat HISTORY.rst)

regex='
([0-9]+\.[0-9]+\.[0-9]+) \(([0-9]{4}-[0-9]{2}-[0-9]{2})\)
([0-9]+\.[0-9]+\.[0-9]+[a-z0-9]*) \(([0-9]{4}-[0-9]{2}-[0-9]{2})\)
\+*
((.|
Expand Down

0 comments on commit 5465454

Please sign in to comment.