mirceanton/CalVer Release Action
Creates a new release using Calendar Versioning (CalVer) with format `YYYY.MM.PATCH`
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| dry-run | Perform a dry run without creating an actual release | no | false |
| draft | Create the release as a draft (unpublished). | no | false |
| github-token | GitHub token with repository access | yes | — |
Outputs
| name | description |
|---|---|
| release-tag | The generated release tag (e.g., 2025.4.0) |
| previous-tag | The previous release tag that was used as reference |
| release-url | URL to the created GitHub release |