Branch Release
Version updated for https://github.com/glitch452/branch-release to version v1.0.15.
- This action is used across all versions by 3 repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The Branch Release GitHub Action automates the process of releasing code by building and publishing distribution files to a specified GitHub branch. It leverages Conventional Commits to determine version updates (semantic versioning), generates detailed GitHub release notes, and manages version tags. This action simplifies release workflows by automating build execution, versioning, tagging, and release creation without requiring manual updates to source or release branches.
Release notes
Chores
- deps: update all non-major dependencies (e0af718)