rgryta/Check Bump
Check if project version was bumped in comparison to previous commit
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| method | Version checking method | — | — |
| path | Path of a version management file, e.g. pyproject.toml | no | — |
| prefix | Prefix to provide for version output | no | — |
| regex | Regex to use (regex method only) | no | — |
Outputs
| name | description |
|---|---|
| bump | Whether there was a bump or not [true|false] |
| version | Current (bumped) version with prefix |