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 25, 2024
1 parent ffd5bd5 commit 893f139
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .releaserc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,15 @@ 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"
assets:
- "CHANGELOG.md"
- "esi-shell"
- "pyproject.toml"
message: "chore(release): ${nextRelease.version}\n\n${nextRelease.notes}"

0 comments on commit 893f139

Please sign in to comment.