We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bd9cd4 commit 3309240Copy full SHA for 3309240
.releaserc.yml
@@ -10,7 +10,7 @@ plugins:
10
- replacements:
11
- files:
12
- "pyproject.toml"
13
- from: '(?<=\[tool\.poetry\]\n(?:.*\n)*)version = ".*"'
+ from: "(?<=\[tool\.poetry\]\n(?:.*\n)*)version = '.*'"
14
to: "version = '${nextRelease.version}'"
15
results:
16
- file: "pyproject.toml"
0 commit comments