# git-workflow-versioning > Workflow profesional de control de versiones. - Author: Klever AI Architect - Repository: novo34/base-skills_klever - Version: 20260128115457 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/novo34/base-skills_klever - Web: https://mule.run/skillshub/@@novo34/base-skills_klever~git-workflow-versioning:20260128115457 --- --- name: git-workflow-versioning description: Workflow profesional de control de versiones. --- ## Purpose Garantizar trazabilidad y estabilidad mediante ramas y commits semánticos. ## Non-negotiables - Conventional Commits. - Branches `feat/`, `fix/`, `chore/`. - PR templates obligatorias. ## Stop conditions - Commits directos a `main` sin PR o sin pasar CI. ## Required Output - Historial de commits limpio y rama de trabajo documentada. ## Verification - Cumplimiento de SemVer y PR aprobada.