iory/Bump Version Action
Bump version in setup.py, pyproject.toml, or Cargo.toml, commit, tag, and create PR
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| bump_type | Version bump type (major, minor, patch) | yes | patch |
| github_token | GitHub token for committing and creating PR | yes | — |
| base_branch | Base branch for the PR | no | main |
| labels | Labels to add to the PR | no | — |
Outputs
| name | description |
|---|---|
| current_version | The version before bumping |
| new_version | The new version after bumping |