Git Versioner
Version updated for https://github.com/Crown0815/git-versioner to version v0.15.0.
- This action is used across all versions by 0 repositories.
Action Type
This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
Git Versioner is a Rust-based GitHub Action and command-line tool that automates semantic versioning for repositories using trunk-based development. It analyzes commit history, branch structures, and tags to calculate version numbers, including pre-release identifiers, ensuring consistency across releases. This tool simplifies release management by eliminating manual version updates and supporting parallel development across multiple release branches.
What’s Changed
Features
- Add
MajorMinorPatchVersionSourceShaoutput (495b494a824c1021f2d5b8efe059a605bce4cb59)