Below you will find pages that utilize the taxonomy term “bitshifted”
January 9, 2026
Git Automatic Semantic Versioning
Version updated for https://github.com/bitshifted/git-auto-semver to version v2.0.11.
This action is used across all versions by 203 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action automates semantic versioning for repositories by analyzing commit messages based on the Conventional Commits specification. It determines the appropriate version bump (major, minor, or patch) from commit types and updates the version accordingly, ensuring consistent and automated version management for CI/CD workflows.
November 28, 2025
Git Automatic Semantic Versioning
Version updated for https://github.com/bitshifted/git-auto-semver to version v2.0.10.
This action is used across all versions by 203 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed fix: Fix tag_name syntax in build-and-test workflow by @vdjurovic in https://github.com/bitshifted/git-auto-semver/pull/36 Full Changelog: https://github.com/bitshifted/git-auto-semver/compare/v2.0.9...v2.0.10