Skip to content

Commit

Permalink
build(release): Fix semantic-release-replace-plugin config
Browse files Browse the repository at this point in the history
2f0eb05 moved from setup.py to
pyproject.toml. There was no release since then.
  • Loading branch information
christiansiegel committed Jul 11, 2024
1 parent 2afeb9a commit 7f2ca0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .releaserc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ plugins:
- - "semantic-release-replace-plugin"
- replacements:
- files: [ "pyproject.toml" ]
from: "version=\"0.0.0\""
to: "version=\"${nextRelease.version}\""
from: "version = \"0.0.0\""
to: "version = \"${nextRelease.version}\""
countMatches: true
results:
- file: "pyproject.toml"
Expand Down

0 comments on commit 7f2ca0a

Please sign in to comment.