chris-rutkowski/Project Version Bumper
Increments version or build number for a specific project
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| project | Project name | yes | — |
| repository | Repository to store version data | yes | — |
| token | GitHub token | yes | — |
| readonly | Returns current build number without incrementing (true/false) | no | false |
| prefix | Prefix to prepend to the output value | no | "" |
| suffix | Suffix to append to the output value | no | "" |
Outputs
| name | description |
|---|---|
| value | The version value with optional prefix/suffix |