actions-marketplace-validations/Bump SemVer
Bump and push semantic version and create a git tag
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| defaultBump | The semantic versioning bump (major, minor or patch) | no | patch |
| npm | Update version in package.json file | no | false |
| packageJsonPath | Specify package.json path | no | package.json |
| prefix | The prefix for the tag | no | "" |
| token | The Github Token to be used to authenticate with Github | yes | — |
Outputs
| name | description |
|---|---|
| tag | The latest tag after running this action |
| version | The semantic version without any "v" or other prefixes |