onward-partners/increment-calver-action

GitHub Action that increments a CalVer version based on the current latest release

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
repoThe report to check for releases. Example: onward-partners/increment-calver-actionno
tag-prefixThe prefix that might be in front of the version. Example: `v`no
cycleThe release cycle. Possible values: auto, year, month, week, day (default: auto)no
retrieval-modeThe mode to get the version. Possible values: tag, release (default: release)no
github-tokenGitHub token to talk to the API with (Required if repo is private)no
namedescription
new-versionThe version after the increment (with prefix)
new-version-cleanThe version after the increment (without prefix)
current-versionThe version before the increment (with prefix)
current-version-cleanThe version before the increment (without prefix)