Skip to content

Commit 5a863ff

Browse files
authored
ci: fix regex to capture only necessary version update (#348)
1 parent 309f29c commit 5a863ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.releaserc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
},
2929
{
3030
"files": ["pyproject.toml"],
31-
"from": "version ?=.*",
31+
"from": "version = \".*\"",
3232
"to": "version = \"${nextRelease.version}\"",
3333
"results": [
3434
{

0 commit comments

Comments
 (0)