check-version-before-release
Version updated for https://github.com/digicatapult/check-version to version v1.5.94.
- 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 compares versions in project manifests and checks they are higher than the latest published tag, supporting npm, Cargo, and Poetry package managers. It uses GitHub API tokens to access tags and supports filtering tags with a regular expression. If the local version matches the latest published tag, it can either fail or return a boolean indicating if it’s a new version.