sasosecnjak/Custom version String Generator
It generates a custom string, used for versioning.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| marketing-version | Marketing version, like 1.0.0 | yes | 0.0.0 |
| run-number-base | Base which is added to the `github.run_number` | no | 0 |
| build-number-separator | Separator used when build number is added to the `marketing-version` | no | . |
| sha | String added at the end of the `tech-version` and before `version-postfix` | yes | "" |
| version-postfix | Postfix string added at the end of the `tech-version` | no | "" |
Outputs
| name | description |
|---|---|
| marketing-version | Is the [marketing-version] |
| build-number | Is the [run-number-base] + [github.run_number] |
| git-short | GITHUB_SHA shortened to 7 characters |
| store-tech-version | String combining [marketing-version].[build-number] |
| tech-version | String combining [store-tech-version].[git-short][version-postfix] |
| version-variation | String combining [git-short][version-postfix] |