From f716eead722420cb762100067c67f8ae4c9b98d5 Mon Sep 17 00:00:00 2001 From: Jonathan Teran Carballo Date: Sat, 22 Nov 2025 12:19:04 -0300 Subject: [PATCH] docs: agregar tipo rama docs --- src/git_flow/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/git_flow/__init__.py b/src/git_flow/__init__.py index c4fbdf6..64ed554 100644 --- a/src/git_flow/__init__.py +++ b/src/git_flow/__init__.py @@ -6,6 +6,7 @@ BRANCH_TYPES = [ "bugfix", "hotfix", "chore", + "docs", ] COMMIT_TYPES = [