check-version-before-release
Version updated for https://github.com/digicatapult/check-version to version v1.5.17.
- 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 automates the validation of version consistency across package.json, package-lock.json, Cargo.toml, and pyproject.toml files and ensures that the local version is higher than the latest published tag based on semantic versioning. It helps maintain versioning accuracy and prevents accidental releases with outdated or mismatched version numbers. Key capabilities include detecting version mismatches, identifying prerelease versions, and validating against custom tag patterns.