bergshrund/semver-action
Semantic Versioning (SemVer) Autoincrement Based on Tag Value
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| semver | Last semver value | yes | 0.0.0 |
| repository | Repository name | no | — |
| github_token | Token to get tags from the repo. Pass in using `secrets.GITHUB_TOKEN`. | no | — |
| releaseType | Release type: major, minor, patch | yes | patch |
Outputs
| name | description |
|---|---|
| version | Incremented version |