livepeer/Github Release Tags
Parse git version tag, branch and generate publishable tags that identify the current build.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| tags-prefix | Prefix to add to all tags separated by a dash. When a prefix is present, the "latest" tag will actually be just the provided prefix. | no | "" |
| force-latest | Always generate the "latest" tag in any context. | no | false |
| always-latest-on-branch | Always generate the "latest" tag when executing on the specified branch. | no | "" |
Outputs
| name | description |
|---|---|
| version | Tag pointing to the current commit as obtained from `git describe` |
| branches | Branches pointing to the current commit as obtained from `git branch` |
| tags | Tags that should be published for the current build. Includes `version`, `branches` and potentially "latest" if version is a stable semver. |