| Type | Meaning |
|---|---|
| feat | Nuevas características, casi siempre son breaking changes |
| fix | corrección de algún error menor |
| chore | tareas de mantenimiento o pequeños cambios de orden, nada que afecte a prod |
| style | Cambios de sintáxis, nada funcional. Ej. formatear código |
| refactor | hacer refactoring |
| Type | Meaning |
|---|---|
| docs | todo lo relacionado a archivos de documentación |
| test | agregar o corregir tests |
| revert | revertir algún commit |
| build | cambios de configs de compilación y de builds |
| ci | cambios a CI/CD stuff |
| perf | mejoras de rendimiento |
Date: Fri Jul 14 11:02:42 2023 -0300
fixed typo
Date: Fri Jul 14 11:02:42 2023 -0300
style(factories): typo in CategoryFactory
Date: Fri Jul 14 16:10:28 2023 -0300
fix sold tickets

Date: Fri Jul 14 16:10:28 2023 -0300
fix(dashboard): wrong order of ticket totals in metrics
Otro método
Date: Tue 16 May 2023 16:05:39 -0300
US0352 - As a Developer, I have to add new events in the web socket for the 'message' with the corresponding payload.