release-breezy
Version updated for https://github.com/itpetey/breezy to version v0.3.0.
- This action is used across all versions by 1 repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
Release Breezy is a GitHub Action designed to automate the creation and updating of draft releases for repositories. It generates a single draft release per branch (or branch + directory) using merged pull request titles as release notes and resolves version numbers from project manifests (e.g., Rust’s Cargo.toml). The action simplifies release management by supporting configuration for grouping, templating, and version tagging, and is particularly useful for projects with multiple sub-projects requiring independent releases.
Release notes
Changes
- Support multiple sub-projects using the new
directoryinput arg. Each sub-project will have its own draft release.