Conventional Release Creator
Version updated for https://github.com/so1omon563/release-creator to version v2.0.2.
- 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
This GitHub Action automates the creation of GitHub Releases with auto-generated release notes from conventional commit history. It supports multiple release note formats and can handle pre-release detection, moving floating pointer tags, asset uploads, and skipping releases when a tag already exists. The action is suitable for projects that require automated versioning and release management based on Git commits.
What’s Changed
🐛 Bug Fixes
- address git-free review gaps (
b4b7ab7) - restore git-free native notes (
9486988)