What problem does it solve?
Finishing hotfix work in a Git-Flow driven repository can be error-prone and manual. This Skill automates identifying the correct version, validating changes, updating the changelog, and applying the finish operation so hotfixes are merged consistently.
Core Features & Use Cases
- Version determination: Derives the target version from the provided argument or the current hotfix branch name.
- Pre-finish checks: Executes tests when available and halts on failures to ensure stability.
- Changelog updates: Generates and updates CHANGELOG.md entries based on commit history and templates.
- Release finish: Performs the Git-Flow hotfix finish sequence and pushes main, develop, and tags as part of the release.
Quick Start
Run finish-hotfix with an optional version argument, for example: finish-hotfix 3.1.5, to complete the hotfix on hotfix/3.1.5 and push updates.