arago/Get latest Semantic Version
Determine the current semantic version
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | Token to use to push to the repo. Pass in using `secrets.GITHUB_TOKEN`. | yes | — |
| prefix | Version prefix used to create tag. Usually empty or "v" or "=". | no | "" |
| include_tag_type | If specified, only tags with 't' or 'v' based prefix will be included e.g. v1.0.0. The 't' and 'v' will not be removed from output. This can be used with prefix for mono-repos. | no | false |
Outputs
| name | description |
|---|---|
| version | The new semantic version that was calculated. |