diff --git a/CHANGELOG.md b/CHANGELOG.md index 95e59f8..2c406bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +## Lunes, 3 de Noviembre de 2025, 08:28 + +- Autor: [Jonathan Teran Carballo](mailto:jonathan.nerat@gmail.com) +- Rama: `feature/release-command` + +### Commits + +- **bugfix**: elimino debug print y return en merge_command (cc66c5b) + - git-flow (M) +- **bugfix**: uso distintos target branches para obtener env y type de ramas dev y release (b8ef0b9) + - git-flow (M) +- **docs**: actualizo texto de ayuda de help_command (8bb0965) + - git-flow (M) +- **feature**: agrego comando release (1bdac67) + - git-flow (M) + +--- + ## Domingo, 2 de Noviembre de 2025, 17:37 - Autor: [Jonathan Teran Carballo](mailto:jonathan.nerat@gmail.com)