check-version-before-release
Version updated for https://github.com/digicatapult/check-version to version v1.5.45.
- This action is used across all versions by 35 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 automates version validation for projects using npm, Cargo, or Poetry. It ensures version consistency across relevant files (e.g., package.json and package-lock.json) and verifies that the local version is higher than the latest published tag based on semantic versioning. This helps streamline release processes and prevents issues with incorrect or outdated versioning.