orcid/version-bump
bump the semver version
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version_tag | version tag to use | no | latest |
| bump | bump setting | no | patch |
| git_log_from | where in the git history to look for bump commits | no | second_merge |
| enable_merge_commit_bump | enable bumping based on merge commit messages | no | true |
Outputs
| name | description |
|---|---|
| version_last | last version in the git log |
| version_last_numeric | last version in the git log with only numeric or . |
| version_tag | version tag |
| version_tag_numeric | version tag with only numeric or . |