infra-blocks/Git tag semver action
This action manages semantic versioning git tags. What it does depend on the version bump type provided by the user.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | The version bump type. Either "major", "minor" or "patch". | yes | — |
| dry-run | Whether to push the resulting tags. | no | — |
Outputs
| name | description |
|---|---|
| tags | The tags applied to the ref as a stringified JSON array. |