What problem does it solve?
This Skill provides a clear, step-by-step guide for managing software releases and hotfixes using Git Flow and automated version synchronization, ensuring consistency and reducing errors.
Core Features & Use Cases
- Release Workflow: Guides through creating release branches, updating versions, committing changes, and finalizing releases.
- Hotfix Workflow: Details the process for urgent production bug fixes, including branch creation, bug resolution, version updates, and merging.
- Version Synchronization: Utilizes a script to ensure all
package.json files within the monorepo are updated to the correct version.
- Use Case: A development team needs to release a new feature set. This Skill will guide them through the entire Git Flow process, from starting a release branch to pushing the final tagged commit.
Quick Start
Follow the release workflow guide to start a release branch for version 1.2.0.