check-version-before-release
Version updated for https://github.com/digicatapult/check-version to version v1.5.19.
- This action is used across all versions by 35 repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action validates version consistency across package managers (npm, Cargo, and Poetry) by ensuring the version specified in configuration files (e.g., package.json, Cargo.toml, pyproject.toml) matches and is higher than the latest published tag based on semantic versioning. It automates version comparison tasks to enforce proper versioning practices, detect outdated or mismatched versions, and prevent accidental version conflicts during releases.