Below you will find pages that utilize the taxonomy term “Jfrz38”
April 26, 2026
auto-version-bump-action
Version updated for https://github.com/jfrz38/auto-version-bump-action to version v0.2.0.
This action is used across all versions by 5 repositories. Action Type This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The Auto Version Bump Action is a reusable GitHub Action that automates the process of incrementing a project’s semantic version (SemVer), committing the changes to a dedicated branch, and opening a draft pull request for review. It streamlines release preparation workflows by handling version updates, branch management, and PR creation, ensuring consistency and reducing manual effort. Key features include support for patch, minor, or major version bumps and validation against existing tags or releases to prevent conflicts.
April 26, 2026
check-version-change
Version updated for https://github.com/jfrz38/check-version-change to version v1.1.0.
This action is used across all versions by 4 repositories. Action Type This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The check-version-change GitHub Action automates the process of comparing a project’s current version (from a specified file) against a version in a package registry, marketplace, or Git reference. It identifies version changes, checks if the current version is semantically higher, and provides workflow outputs to conditionally trigger actions like publishing. This action helps enforce version control policies, gate publishing workflows, and ensure consistency across versioned artifacts.