CalVer tag
Version updated for https://github.com/Digital-Udvikling/actions-calver to version v0.6.0.
- This action is used across all versions by 4 repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The CalVer Action is a GitHub Action that automates the process of generating and tagging commits with a Calendar Versioning (CalVer) tag in the format YYYY.0M.0D-MICRO. It simplifies version management by providing an automated and consistent versioning scheme based on the current date, making it ideal for projects requiring date-based semantic tagging. The action supports optional tag prefixes and outputs the generated tag for further use in workflows.
Release notes
What’s changed
- Upgrade GitHub Action runtime from Node 20 to Node 24
- Update TypeScript to 5.8.3 and all dev dependencies for Node 24 compatibility
- Fix deprecated ESLint rules for @typescript-eslint v8