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 160e415 commit 26a52c8Copy full SHA for 26a52c8
.releaserc.yml
@@ -10,8 +10,18 @@ plugins:
10
- replacements:
11
- files:
12
- "pyproject.toml"
13
- from: "version = \".*\""
14
- to: "version = \"${nextRelease.version}\""
+ from: "version = '.*'"
+ to: "version = '${nextRelease.version}'"
15
+ results:
16
+ - file: "pyproject.toml"
17
+ hasChanged: true
18
+ numMatches: 1
19
+ numReplacements: 1
20
+ countMatches: true
21
+ - files:
22
+ - "pyproject.toml"
23
+ from: "version_variable = \\[\\s*\"pyproject.toml:version\"\\s*\\]"
24
+ to: "version_variable = [\"pyproject.toml:version\"]"
25
results:
26
- file: "pyproject.toml"
27
hasChanged: true
0 commit comments