Below you will find pages that utilize the taxonomy term “digicatapult”
January 14, 2026
check-version-before-release
Version updated for https://github.com/digicatapult/check-version to version v1.5.28.
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 verifies that the version specified in package.json, package-lock.json, Cargo.toml, or pyproject.toml matches across files and is higher than the latest published tag based on semantic versioning rules. It automates version consistency checks and ensures proper version progression for npm, Cargo, or Poetry-managed projects, reducing the risk of deployment errors.
January 9, 2026
check-version-before-release
Version updated for https://github.com/digicatapult/check-version to version v1.5.27.
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 numbers in package.json, package-lock.json, Cargo.toml, or pyproject.toml with the latest published tag to ensure the local version is higher, following semantic versioning rules. It automates version consistency checks across different package managers (npm, Cargo, Poetry) and validates version updates before publishing.
January 6, 2026
check-version-before-release
Version updated for https://github.com/digicatapult/check-version to version v1.5.26.
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 version management by comparing the version numbers in package files (e.g., package.json, Cargo.toml, pyproject.toml) with the latest published tags. It ensures consistency across version files and verifies that the local version is higher than the most recent published version, helping to prevent versioning errors in package releases.
January 5, 2026
check-version-before-release
Version updated for https://github.com/digicatapult/check-version to version v1.5.24.
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 verifies that the version in your project files (e.g., package.json, Cargo.toml, or pyproject.toml) is consistent across files and higher than the latest published version tag, following semantic versioning (semver) rules. It automates version validation for projects using npm, Cargo, or Poetry, ensuring alignment and preventing accidental version mismatches or regressions.
January 4, 2026
check-version-before-release
Version updated for https://github.com/digicatapult/check-version to version v1.5.22.
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 in project files (e.g., package.json, Cargo.toml, or pyproject.toml) with the latest published tag to ensure the local version is higher, following semantic versioning rules. It automates the validation of version consistency across files and ensures versioning aligns with release practices, helping prevent accidental downgrades or version conflicts.
January 4, 2026
check-version-before-release
Version updated for https://github.com/digicatapult/check-version to version v1.5.21.
This action is used across all versions by 35 repositories. Go to the GitHub Marketplace to find the latest changes.
January 3, 2026
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.
December 27, 2025
check-version-before-release
Version updated for https://github.com/digicatapult/check-version to version v1.5.19.
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 validates version consistency across package managers (npm, Cargo, and Poetry) by ensuring the version specified in configuration files (e.g., package.json, Cargo.toml, pyproject.toml) matches and is higher than the latest published tag based on semantic versioning. It automates version comparison tasks to enforce proper versioning practices, detect outdated or mismatched versions, and prevent accidental version conflicts during releases.
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.