Skip to content

Commit

Permalink
fix: update release version in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
plexoos committed Jul 24, 2024
1 parent ffd5bd5 commit 9026982
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .releaserc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ plugins:
- esi-shell
from: ESI_SHELL_VERSION=.*
to: ESI_SHELL_VERSION=${nextRelease.version}
- files:
- pyproject.toml
from: version = ".*"
to: version = "${nextRelease.version}"
- "@semantic-release/release-notes-generator"
- "@semantic-release/changelog"
- path: "@semantic-release/git"
Expand Down

0 comments on commit 9026982

Please sign in to comment.