nvision-x/CalVer Tag Generator
Generates CalVer tags with automatic increment for same-day releases
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub token for API access | no | ${{ github.token }} |
| repository | Repository name (owner/repo) | no | ${{ github.repository }} |
| prefix | Optional prefix for the tag (e.g., "dev", "prod") | no | "" |
| use-sequence | Whether to use sequence numbering for same-day releases | no | true |
Outputs
| name | description |
|---|---|
| tag | Generated CalVer tag |
| create_release | Whether a release should be created |
| increment | Increment number for the day |