Below you will find pages that utilize the taxonomy term “Fresa”
March 27, 2026
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.
March 26, 2026
Semantic Release Notes Generator
Version updated for https://github.com/Fresa/release-notes-generator to version v4.0.0.
This action is used across all versions by 26 repositories. Action Type This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The Semantic Release Notes Generator GitHub Action automates the generation of release notes using the semantic-release/release-notes-generator. It simplifies the process of creating structured, changelog-friendly release notes by analyzing commit history between specified release references.