check-version-before-release
Version updated for https://github.com/digicatapult/check-version to version v1.5.20.
- 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 compares the version specified in package management files (e.g., package.json, Cargo.toml, or pyproject.toml) with the latest published tag in the repository. It ensures the local version is consistent across files and verifies that it is higher than the newest published version based on semantic versioning rules. This action automates version consistency checks and prevents unintentional versioning issues in software projects.