Skip to content

Commit

Permalink
ci(release): allow beta versions for pyproject.toml file (#839)
Browse files Browse the repository at this point in the history
  • Loading branch information
artemrys authored May 15, 2024
1 parent fe1d31d commit 4fdc90d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
{
"files": ["pyproject.toml"],
"from": "version = \"[0-9]+.[0-9]+.[0-9]+\"",
"from": "version = \".*\"",
"to": "version = \"${nextRelease.version}\"",
"results": [
{
Expand Down

0 comments on commit 4fdc90d

Please sign in to comment.