Trunk Based Release Versioning
Version updated for https://github.com/Fresa/trunk-based-release-versioning to version v0.2.0.
- This action is used across all versions by 22 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action automates the calculation of release versions and metadata for projects following the Trunk-Based Development branching model. It analyzes git tags and commit messages using the SemVer standard and Conventional Commits to determine the next release version, ensuring consistent and automated versioning for both full releases and prereleases. This eliminates manual versioning, streamlines release management, and supports development workflows for both small teams and scaled environments.
Release notes
v0.2.0 (2026-03-26)
Features
- output last version (0c385e6)