srlion/Auto Float Version Tag Bump
Automatically increment version (X.Y) and tag the repository on push. Defaults to minor bump, or major if '#major' is in commit message.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | GitHub token with repo access | yes | — |
| default_bump | The default bump type (major or minor) | no | minor |
Outputs
| name | description |
|---|---|
| new_tag | The new version tag that was created |
| new_tag_major | The new major version number |
| new_tag_minor | The new minor version number |
| is_major_bump | Whether the new version is a major bump |