jhutchings1/Semantic Versioning
Tag commits according to semantic versioning
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| repo-token | The GITHUB_TOKEN secret | yes | — |
| release | If true creates a new tag and release, otherwise just calculates the next version | no | false |
| version-prefix | The prefix to be used on tags. i.e. v for v1.0.1 | no | "" |
| sha | Sha identifier of the commit to release, if not provided then the commit triggering the action is used | no | "" |
Outputs
| name | description |
|---|---|
| next-version | The next calculated version |