gitflow-changesets-releases

Installation
SKILL.md

Git, Changesets and Versioning Workflow

Gitflow with Changesets for version management and releases. Branches: main (production), develop (integration), feat/* / fix/* (from develop), release/* (to main), hotfix/* (from main).

Branch Model

Branch Purpose Created From Merged To
main Production - release/*, hotfix/*
develop Integration main feat/*, fix/*
feat/* New features develop develop
fix/* Bug fixes develop develop
release/* Release preparation develop main, develop
hotfix/* Critical prod fixes main main, develop

Manual Changeset Creation (Recommended)

Create changeset files manually for better control and reliability:

Installs
7
GitHub Stars
1
First Seen
Jan 31, 2026
gitflow-changesets-releases — tevfikbgunes/gitflow-changesets-releases