check-version-before-release
Version updated for https://github.com/digicatapult/check-version to version v1.5.43.
- 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 the validation of version consistency across package management files (e.g., package.json, Cargo.toml, pyproject.toml) and ensures the local version is higher than the latest published tag based on semantic versioning. It helps maintain version accuracy, detect mismatches, and prevent publishing duplicate or outdated versions, supporting package managers like npm, Cargo, and Poetry. Key capabilities include version comparison, tag validation, and outputting metadata about the version and build state.
Release notes
Changes
chore(deps): update dependency @typescript-eslint/parser to ^8.55.0