Branch Release
Version updated for https://github.com/glitch452/branch-release to version v1.0.12.
- 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 publishing build artifacts (e.g., dist files) to a specific GitHub branch. It uses Conventional Commits to determine version updates, generates GitHub release notes, tags the release with semantic versioning, and pushes the updated build files to the release branch. This action simplifies version management, eliminates the need to store build artifacts in the main branch, and streamlines the release workflow for projects.
Release notes
Chores
- deps: update dependency globals to v17 (fe4eaeb)