feature: agrego opcion para listar ramas wip

This commit is contained in:
Jonathan Teran Carballo
2025-12-14 21:56:18 -03:00
parent 74c333aa1a
commit 774cf9ade6
3 changed files with 26 additions and 15 deletions
+3
View File
@@ -21,6 +21,9 @@ COMMIT_TYPES = [
"wip",
]
WIP_BRANCH_PREFIX = "wip/"
TRASH_BRANCH_PREFIX = "trash/"
# Commits con estos valores incrementan el componente correspondiente
SEMVER_MAJOR = 3
SEMVER_MINOR = 2