nsmolianitski/Semantic Version Bumper
Gets the last tag, bumps version, creates a new tag and release
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | GitHub token for creating releases | yes | — |
| skip_push | Skips new tag creation and pushing if true. Default is false | no | false |
| additional_name | Affects the search for tags with this name and is added to the resulting tag. Use if you have multiple services versioned with this action | no | "" |
| mainline_versioning_branches | List of branches that should use mainline versioning. Defaults are "main" and "master" | no | main,master |
Outputs
| name | description |
|---|---|
| new_version | New version |
| new_version_raw | New version without prefix (for branches it is just the last number) |
| prefix | Prefix |
| non_main_branch | Non main branch |
| major | Major version with prefix and additional name (if specified) |
| minor | Minor version with prefix and additional name (if specified) |
| patch | Same as new_version |