Conventional Release Creator
Version updated for https://github.com/so1omon563/release-creator to version v2.0.1.
- This action is used across all versions by 13 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
Release Creator is a GitHub Action that automates the creation of GitHub Releases from conventional commit history. It generates structured release notes grouped by commit type and automatically detects pre-release status from SemVer identifiers. The action supports multiple release note formats, such as grouped, conventional, flat, and GitHub-native, allowing for customization of how releases are presented.
What’s Changed
🐛 Bug Fixes
- report truthful suite totals #skip (
d583cba) - route note failures through policy #skip (
9ca86a0) - validate constrained inputs #skip (
cdf00a9) - preserve asset glob depth #skip (
7190b76) - keep draft floating tags unchanged #skip (
9e16890) - pin floating tag target #skip (
fcd6a35) - reject non-tag ref fallback #skip (
06551d2) - report complete coverage (
0b4544d)
📖 Documentation
- document draft floating-tag skip #skip (
5c04131) - remove duplicate contributor metadata #skip (
1b21dc3)
🔧 CI/CD
- update coverage badge [skip ci] (
7d2c6d4)