Semantic Version Action
Version updated for https://github.com/sedzisz/semantic-version-action to version v3.
- This action is used across all versions by ? repositories.
Action Type
This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The Semantic Version GitHub Action automates the calculation of the next semantic version (MAJOR.MINOR.PATCH) for a project by analyzing commit messages, branch names, or pull-request labels. It simplifies version management by determining version increments based on predefined mappings and Git tags, ensuring consistent versioning practices. Key features include configurable change detection, support for multiple detection modes (label, branch, commit), and outputting the next version, release status, and release ID.
Release notes
What’s Changed
- Feature/migration to python by @sedzisz in https://github.com/sedzisz/semantic-version-action/pull/3
Full Changelog: https://github.com/sedzisz/semantic-version-action/compare/v1.0.1...v3