onward-partners/increment-calver-action
GitHub Action that increments a CalVer version based on the current latest release
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repo | The report to check for releases. Example: onward-partners/increment-calver-action | no | — |
| tag-prefix | The prefix that might be in front of the version. Example: `v` | no | — |
| cycle | The release cycle. Possible values: auto, year, month, week, day (default: auto) | no | — |
| retrieval-mode | The mode to get the version. Possible values: tag, release (default: release) | no | — |
| github-token | GitHub token to talk to the API with (Required if repo is private) | no | — |
Outputs
| name | description |
|---|---|
| new-version | The version after the increment (with prefix) |
| new-version-clean | The version after the increment (without prefix) |
| current-version | The version before the increment (with prefix) |
| current-version-clean | The version before the increment (without prefix) |