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. Additionally, it supports tagging, manual version bumps, and is configurable for different branch workflows.
Release notes
What’s Changed
- fix(tag prefix): removes check to make tag prefix mandatory by @JasonRaveling in https://github.com/bitshifted/git-auto-semver/pull/40
New Contributors
- @JasonRaveling made their first contribution in https://github.com/bitshifted/git-auto-semver/pull/40
Full Changelog: https://github.com/bitshifted/git-auto-semver/compare/v2.0.10...v2.0.11