okaryo/Next CalVer Version
Calculate the next Calendar Versioning tag from existing GitHub tags.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| prefix | Prefix prepended to the generated version. | no | v |
| major-version | Major version segment. | no | 1 |
| timezone | IANA timezone name used to calculate the calendar date. | no | UTC |
| github-token | GitHub token used to load repository tags through the GitHub API. | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| version | Generated CalVer version. |
| date | Resolved calendar date in yyyyMMdd format. |
| sequence | Daily release sequence number. |
| previous-version | Latest existing matching CalVer tag for the resolved date. |
| has-previous-version | Boolean-like string indicating whether a previous matching version exists for the resolved date. |