Skip to content

Commit 7f2ca0a

Browse files
build(release): Fix semantic-release-replace-plugin config
2f0eb05 moved from setup.py to pyproject.toml. There was no release since then.
1 parent 2afeb9a commit 7f2ca0a

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
@@ -7,8 +7,8 @@ plugins:
77
- - "semantic-release-replace-plugin"
88
- replacements:
99
- files: [ "pyproject.toml" ]
10-
from: "version=\"0.0.0\""
11-
to: "version=\"${nextRelease.version}\""
10+
from: "version = \"0.0.0\""
11+
to: "version = \"${nextRelease.version}\""
1212
countMatches: true
1313
results:
1414
- file: "pyproject.toml"

0 commit comments

Comments
 (0)