mikolajmikolajczyk/semver-sugar
This github action was created to simplify tagging and releasing applications using semver.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| release_branch | Branch to use for release | yes | master |
| release_strategy | Release strategy | yes | release |
| tag_format | Format used to create tags | yes | v%major%.%minor%.%patch% |
| tag | Tag to use | no | — |
| github_api_url | URL to github enterprise api | no | — |
| github_uploads_url | URL to github enterprise uploads | no | — |
| custom_release_sha | SHA to use for custom release | no | — |
| version_range | Version range to use for latest-tag | yes | >0.0.0 |
Outputs
| name | description |
|---|---|
| tag | Tag created by this action |
| increment | Increment type performed if any |