newsome-solutions-ltd/Release Version Generator
Generates the next release version for a Git repository, given the set of existing tags and various settings
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| versionScheme | The version scheme, defaults to "0.0.x" | no | 0.0.x |
| tagPrefix | The prefix characters for each corresponding repository tag, defaults. to "v" | no | v |
| placeholderChars | The placeholder char (or characters) representing the incrementing version number within the scheme, defaults to "x" | no | x |
| workingDirectory | The working directory for the assessment | no | . |
Outputs
| name | description |
|---|---|
| nextVersion | The next version number based on the existing tags. |