fix: refs #8715 update changelog format and add undocumented changes section
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
This commit is contained in:
parent
5e800741e0
commit
f5d6669a95
36
CHANGELOG.md
36
CHANGELOG.md
|
@ -1,20 +1,34 @@
|
|||
# Changelog
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
Format:
|
||||
Todos los cambios de este proyecto se documentarán en este archivo.
|
||||
|
||||
- **Module → Section:** Text
|
||||
Example:
|
||||
- **Ticket → Sale:** Nuevo boton
|
||||
> ℹ️ Si algún cambio no requiere documentación explícita, debe incluirse en la sección de "Cambios sin documentar" el # de la tarea.
|
||||
|
||||
## Versión XX.XX - XXXX-XX-XX
|
||||
---
|
||||
|
||||
### LILIUM
|
||||
### 📝 Formato:
|
||||
|
||||
🆕 **Características Añadidas**
|
||||
- **Módulo → Sección:** Descripción breve del cambio
|
||||
_Ejemplo:_ `**Ticket → Sale:** Nuevo botón`
|
||||
|
||||
📦 **Cambios**
|
||||
---
|
||||
|
||||
🛠️ **Correcciones**
|
||||
## Versión Lilium(Salix) XX.XX - YYYY-MM-DD
|
||||
|
||||
- **Otros fallos menores...**
|
||||
### 🆕 Características añadidas
|
||||
|
||||
- **XXXXX → XXXXX:** XXXX
|
||||
|
||||
### 📦 Cambios
|
||||
|
||||
- **XXXXX → XXXXX:** XXXX
|
||||
|
||||
### 🛠️ Correcciones
|
||||
|
||||
- **XXXXX → XXXXX:** XXXX
|
||||
|
||||
---
|
||||
|
||||
### ❌ Cambios sin documentar
|
||||
|
||||
- #8715
|
||||
|
|
Loading…
Reference in New Issue