We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2afeb9a commit 7f2ca0aCopy full SHA for 7f2ca0a
1 file changed
.releaserc.yml
@@ -7,8 +7,8 @@ plugins:
7
- - "semantic-release-replace-plugin"
8
- replacements:
9
- files: [ "pyproject.toml" ]
10
- from: "version=\"0.0.0\""
11
- to: "version=\"${nextRelease.version}\""
+ from: "version = \"0.0.0\""
+ to: "version = \"${nextRelease.version}\""
12
countMatches: true
13
results:
14
- file: "pyproject.toml"
0 commit comments