vivantehealth/GitHub semver release
GitHub Action to perform a GitHub semantic version release, along with an update to the major version tag
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| default-bump | Default semver segment to bump | no | minor |
| v-prefix | Whether to prefix the version with a "v" | no | true |
| create-floating-major-tag | Whether to create/update a floating major tag | no | true |
| create-floating-minor-tag | Whether to create/update a floating minor tag | no | true |
| floating-tag-sha | Which git sha to use for the floating tags. Useful for CD workflows where the main branch is pushed just prior to tagging | no | "" |
| artifacts | Path of artifacts to upload. comma separated list and supports glob patterns | no | "" |
Outputs
| name | description |
|---|---|
| major | Major version |
| minor | Minor version in *.* format |
| patch | The new version |
| version | The new version |
| tag | The new version |
| part | The bumped segment |