Skip to content

Commit 3309240

Browse files
authored
fix(releaserc ): typo
1 parent 3bd9cd4 commit 3309240

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.releaserc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ plugins:
1010
- replacements:
1111
- files:
1212
- "pyproject.toml"
13-
from: '(?<=\[tool\.poetry\]\n(?:.*\n)*)version = ".*"'
13+
from: "(?<=\[tool\.poetry\]\n(?:.*\n)*)version = '.*'"
1414
to: "version = '${nextRelease.version}'"
1515
results:
1616
- file: "pyproject.toml"

0 commit comments

Comments
 (0)