Extract Release Version
Version updated for https://github.com/baileyherbert/version-action to version v4.0.1.
- This action is used across all versions by 15 repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action extracts version information from the github.ref context, supporting semantic versioning (semver) to automate version parsing in CI/CD workflows. It simplifies tasks such as identifying the full version, stripping the v prefix, validating semver compliance, and extracting specific semver components like major, minor, patch, prerelease, and build metadata. This action is useful for automating versioning processes and ensuring consistent version management in software projects.
Release notes
- Updated readme