okaryo/Next CalVer Version

Calculate the next Calendar Versioning tag from existing GitHub tags.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
prefixPrefix prepended to the generated version.nov
major-versionMajor version segment.no1
timezoneIANA timezone name used to calculate the calendar date.noUTC
github-tokenGitHub token used to load repository tags through the GitHub API.no${{ github.token }}
namedescription
versionGenerated CalVer version.
dateResolved calendar date in yyyyMMdd format.
sequenceDaily release sequence number.
previous-versionLatest existing matching CalVer tag for the resolved date.
has-previous-versionBoolean-like string indicating whether a previous matching version exists for the resolved date.