blackboard-innersource/Version Cat
Get the version from a file and verify it has not been created already
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| file | Look in this file to grab the version | yes | VERSION |
| prepend | Prepend the version with this value | no | v |
Outputs
| name | description |
|---|---|
| version | The version to be used for the next git tag |
| major | The major version |
| minor | The minor version |
| patch | The patch version |