check-version-before-release
Version updated for https://github.com/digicatapult/check-version to version v1.5.34.
- 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 verifies and compares the version numbers in package.json, package-lock.json, Cargo.toml, or pyproject.toml against the latest published version according to semantic versioning rules. It ensures that the local version is consistent across files and higher than the latest published tag, automating version validation and release preparation workflows. Additionally, it provides outputs such as whether the version is new, the current version, and release metadata.