trondhindenes/gitversion-helper
adds short sha to prerelease tags
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| semver | — | yes | — |
| shortsha | — | yes | — |
| useTagIfExists | — | — | false |
| githubRef | — | — | "" |
| preReleaseNumber | — | — | "" |
Outputs
| name | description |
|---|---|
| semver | calculated semver |
| isrelease | boolean, true if current version is a "release" version, false if not |
| pythoncompatibleversion | hopefully a python compatible version |