darkstone-entertainment/SemVer Action
This GitHub action calculates a semantic version based on the base tag, head tag, and upgrade type.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| baseBranch | Base branch | yes | — |
| upgradeType | Upgrade type (MAJOR / MINOR / PATCH) | — | — |
| lastTag | Last tag | yes | — |
| lastMainTag | Last main tag | yes | — |
| lastDevelopTag | Last develop tag | yes | — |
Outputs
| name | description |
|---|---|
| version | The calculated semantic version |