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 3309240 commit 4ac8e8eCopy full SHA for 4ac8e8e
.releaserc.yml
@@ -10,8 +10,8 @@ plugins:
10
- replacements:
11
- files:
12
- "pyproject.toml"
13
- from: "(?<=\[tool\.poetry\]\n(?:.*\n)*)version = '.*'"
14
- to: "version = '${nextRelease.version}'"
+ from: '(?<=\[tool\.poetry\]\n(?:.*\n)*)version = ".*"'
+ to: 'version = "${nextRelease.version}"'
15
results:
16
- file: "pyproject.toml"
17
hasChanged: true
0 commit comments