Below you will find pages that utilize the taxonomy term “digicatapult”
December 23, 2025
check-version-before-release
Version updated for https://github.com/digicatapult/check-version to version v1.5.18.
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 automates the process of verifying and comparing version numbers in project files (e.g., package.json, Cargo.toml, pyproject.toml) against the latest published Git tag using semantic versioning rules. It ensures that the version in your project files is consistent and higher than the current published version, helping to prevent versioning conflicts and streamline release management.
December 21, 2025
check-version-before-release
Version updated for https://github.com/digicatapult/check-version to version v1.5.17.
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 automates the validation of version consistency across package.json, package-lock.json, Cargo.toml, and pyproject.toml files and ensures that the local version is higher than the latest published tag based on semantic versioning. It helps maintain versioning accuracy and prevents accidental releases with outdated or mismatched version numbers.
December 19, 2025
check-version-before-release
Version updated for https://github.com/digicatapult/check-version to version v1.5.16.
This action is used across all versions by 35 repositories. Go to the GitHub Marketplace to find the latest changes.
December 18, 2025
check-version-before-release
Version updated for https://github.com/digicatapult/check-version to version v1.5.15.
This action is used across all versions by 35 repositories. Go to the GitHub Marketplace to find the latest changes.
December 13, 2025
check-version-before-release
Version updated for https://github.com/digicatapult/check-version to version v1.5.14.
This action is used across all versions by 35 repositories. Go to the GitHub Marketplace to find the latest changes.
August 21, 2023
check-version-before-release
Version updated for digicatapult/check-version to version v1.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Reads 'version' property in package.json and package-lock.json, asserts they are the same. Reads tags form repo and asserts that package version is the same or higher than newest tag in repo.