Skip to content

Commit 4ac8e8e

Browse files
committed
fix(releaserc): typo fix
1 parent 3309240 commit 4ac8e8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.releaserc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ plugins:
1010
- replacements:
1111
- files:
1212
- "pyproject.toml"
13-
from: "(?<=\[tool\.poetry\]\n(?:.*\n)*)version = '.*'"
14-
to: "version = '${nextRelease.version}'"
13+
from: '(?<=\[tool\.poetry\]\n(?:.*\n)*)version = ".*"'
14+
to: 'version = "${nextRelease.version}"'
1515
results:
1616
- file: "pyproject.toml"
1717
hasChanged: true

0 commit comments

Comments
 (0)