vladislavkara/Github Action Increment Tag
Create new tag with bump version and push to repository
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| type | Type of new tag (major, minor, patch) | yes | patch |
| verbose | Debug mode | — | false |
| version | Default first tag version | no | 0.0.1 |
Outputs
| name | description |
|---|---|
| new_tag | The new generated tag |
| tag | The latest tag existed tag |