new-version-questionmark
Automatic version difference detection action for GitHub.
Problem
Outcome
A GitHub Action that determines if a project's version has been incremented compared to existing git tags. It reads the current version from package.json or custom files, filters tags with regex patterns, and compares versions using semantic versioning logic. The action outputs either the new version or "no changes," making it valuable for automating release workflows and version bump detection in CI/CD pipelines.