fabien-marty/Next Semantic Version
Guess the next semantic version only from existing git tags and recently merged pull-requests labels.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub Token | yes | — |
| log-level | Log Level (DEBUG, INFO, WARNING) | no | INFO |
| major-labels | Major Labels (coma separated) | no | major,breaking,Type: Major |
| minor-labels | Minor Labels (coma separated) | no | feature,Type: Feature,Type: Minor |
| ignore-labels | Ignore Labels (coma separated) | no | Type: Hidden |
| dont-increment-if-no-pr | Do not increment if no PR found (or only ignored PRs) | no | false |
| repository | Repository | yes | — |
| repository-owner | Repository owner | yes | — |
| consider-also-non-merged-prs | Consider also non-merged PRs | no | false |
| tag-regex | Regex to match tags | no | "" |
Outputs
| name | description |
|---|---|
| latest-version | Latest version |
| next-version | Next version |