Create Hotfix Branch
Version updated for https://github.com/devopspolis/create-hotfix-branch to version v1.0.0.
- This action is used across all versions by ? repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The create-hotfix-branch GitHub Action automates the creation of a hotfix branch by cherry-picking commits labeled “hotfix” from a specified range of release tags. It ensures that the version tag exists, identifies the base release, filters relevant commits, and creates a new branch with those changes, optionally pushing it to a remote repository. This action simplifies the process of managing hotfix updates and ensures consistent versioning and branch creation in development workflows.
Release notes
Initial Release
Full Changelog: https://github.com/devopspolis/create-hotfix-branch/commits/v1.0.0