ukhomeoffice/Semver Tag Action
Create the next semantic version and tag it
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| increment | The amount to increment the last tag by (ignored if `tag` is specified - any Semver accepted value allowed | no | — |
| tag | The specific value to tag by - any Semver accepted value allowed | no | — |
| github_token | Github API token | yes | — |
| dry_run | Specify to not create resulting tag against repository | no | — |
| default_to_highest | Use the highest semver tag value on repository | no | — |
Outputs
| name | description |
|---|---|
| version | The new SemVer tag |