Below you will find pages that utilize the taxonomy term “Digicatapult”
April 7, 2026
check-version-before-release
Version updated for https://github.com/digicatapult/check-version to version v1.5.53.
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 verifies version consistency across package 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 automates version validation to prevent inconsistencies and ensures proper version progression for releases across npm, Cargo, and Poetry package managers. Key capabilities include detecting prereleases, identifying new versions, and supporting configurable tag patterns.
April 4, 2026
check-version-before-release
Version updated for https://github.com/digicatapult/check-version to version v1.5.52.
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 version validation for projects using npm, Cargo, or Poetry by ensuring the version specified in configuration files (e.g., package.json, Cargo.toml, pyproject.toml) matches across files and is higher than the latest published tag following semantic versioning. It helps prevent versioning errors, ensures consistency, and supports workflows by identifying new releases and prerelease versions. Its key capabilities include cross-file version consistency checks, semantic version comparison with published tags, and support for multiple package managers.