Below you will find pages that utilize the taxonomy term “digicatapult”
February 18, 2026
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.
January 27, 2026
check-version-before-release
Version updated for https://github.com/digicatapult/check-version to version v1.5.36.
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 and compares the versions defined in package.json, package-lock.json, Cargo.toml, and pyproject.toml to ensure they are consistent and higher than the latest published tag based on semantic versioning. It automates version validation across different package managers (npm, Cargo, and Poetry), helping maintain versioning accuracy and preventing accidental downgrades or mismatches.
January 26, 2026
check-version-before-release
Version updated for https://github.com/digicatapult/check-version to version v1.5.35.
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, package-lock.json, Cargo.toml, and pyproject.toml) against the latest published Git tag using semantic versioning rules. It ensures version consistency across files and validates that the local version is higher than the latest release, helping prevent versioning errors in software projects.
January 25, 2026
check-version-before-release
Version updated for https://github.com/digicatapult/check-version to version v1.5.34.
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 and compares the version numbers in package.json, package-lock.json, Cargo.toml, or pyproject.toml against the latest published version according to semantic versioning rules. It ensures that the local version is consistent across files and higher than the latest published tag, automating version validation and release preparation workflows.
January 20, 2026
check-version-before-release
Version updated for https://github.com/digicatapult/check-version to version v1.5.33.
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 checks and validates version consistency across package management files (package.json, package-lock.json, Cargo.toml, pyproject.toml) and ensures the specified version is higher than the latest published Git tag according to semantic versioning rules. It automates version control validation, preventing version mismatches and ensuring proper version progression for package releases.
January 19, 2026
check-version-before-release
Version updated for https://github.com/digicatapult/check-version to version v1.5.31.
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 your project files (e.g., package.json, Cargo.toml, or pyproject.toml) is consistent across files and higher than the latest published Git tag, following semantic versioning (semver) rules. It automates version validation for projects using npm, Cargo, or Poetry, ensuring version control accuracy and preventing accidental version downgrades or mismatches.
January 17, 2026
check-version-before-release
Version updated for https://github.com/digicatapult/check-version to version v1.5.30.
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 validating and comparing version numbers across package managers (npm, Cargo, and Poetry). It ensures that 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 according to semantic versioning rules.
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.