alepee/Calendar Version Generator
Generates version numbers using Calendar Versioning (CalVer) format as specified in https://calver.org
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Apr 27, 2026
- License
- None
Pinned Snippet
uses: alepee/calendar-version-action@727e2b1eca05fa95ee77e336e2a60c2bda403017 # v2tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| format | Version pattern using %NOW% and %MICRO% placeholders | no | %NOW%.%MICRO% |
| dateFormat | CalVer date format using YYYY, YY, 0Y, MM, 0M, WW, 0W, DD, 0D tokens (see https://calver.org) | no | YYYY.0M |
| tag | Whether to create a git tag | no | false |
| release | Release type (latest or pre) | no | — |
| github-token | GitHub token for creating releases (required for automated release) | no | — |
Outputs
| name | description |
|---|---|
| version | Generated version number |