actions-marketplace-validations/Trunk Based Release Versioning
Release versioning based on the trunk based development branching model
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Mar 26, 2026
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/fresa_trunk-based-release-versioning@8b8150e3258028d42d7a8d30aec43491f5794d9e # no releases — HEAD as of 2026-07-13tags can be moved; commit SHAs can't. why a SHA?
Inputs
no inputs
Outputs
| name | description |
|---|---|
| version | Release version in SemVer format |
| major-version | The major version |
| minor-version | The minor version |
| patch-version | The patch version |
| is-prerelease | Is this a prerelease? |
| commit-count | Number of commits the release consists off |
| commit-logs-path | The path to the file containing the commit logs for the release. The logs are formatted as yaml in the format of 'hash: %H%nmessage: | %n %s%n%n %b%n---'. |
| release-ref | The commit SHA to the release |
| last-release-ref | The commit SHA to the last release |
| last-version | The release tag of the last release |