semver-action
Version updated for https://github.com/gandarez/semver-action to version v2.1.0.
- This action is used across all versions by 63 repositories.
Action Type
This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The Semantic Versioning Action automates the process of calculating the next semantic version for your project based on branch names and branching models. It supports Gitflow and Trunk-Based Development workflows, using predefined rules to determine version increments (e.g., major, minor, patch, or build) according to branch prefixes. This action simplifies version management, ensuring consistency and adherence to semantic versioning standards during development and release cycles.
Release notes
Full Changelog: https://github.com/gandarez/semver-action/compare/v2.0.1...v2.1.0