p6m-actions/Rust Cut Tag
Bump version in Cargo.toml and create a git tag for Rust projects
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version-level | Version level to bump (patch, minor, or major) | no | patch |
| working-directory | Working directory containing Cargo.toml | no | . |
| commit-changes | Whether to commit the version changes | no | true |
| commit-message | Custom commit message. Use {version} as placeholder for the new version | no | Bump version to {version} [skip ci] |
| skip-push | Skip pushing changes and tags (useful for testing) | no | false |
| workspace | Apply to all workspace members | no | true |
Outputs
| name | description |
|---|---|
| version | The new version number |
| tag | The created git tag |