Skip to content

Commit

Permalink
fix: ensure version strings are updated in source files
Browse files Browse the repository at this point in the history
  • Loading branch information
ajschmidt8 committed Mar 27, 2024
1 parent aead214 commit 54f8ed9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .releaserc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ plugins:
- addReleases: top
- - "@semantic-release/exec"
- verifyReleaseCmd: ./ci/output-release-version.sh ${nextRelease.version}
- - "@semantic-release/exec"
- prepareCmd: ./ci/update-versions.sh ${nextRelease.version}
- - "@semantic-release/exec"
- publishCmd: ./ci/publish/wheel.sh
- - "@semantic-release/exec"
Expand Down

0 comments on commit 54f8ed9

Please sign in to comment.