🚑 Corrige generación de CHANGELOG existentes
This commit is contained in:
parent
aab557a33c
commit
b7f09d6101
3 changed files with 12 additions and 4 deletions
|
@ -30,6 +30,7 @@ body = """
|
|||
| first
|
||||
| replace(from="✨ ", to="")
|
||||
| replace(from="🐛 ", to="")
|
||||
| replace(from="🚑 ", to="")
|
||||
| replace(from="⬆️ ", to="")
|
||||
| replace(from="🚧 ", to="")
|
||||
| replace(from="♻️ ", to="")
|
||||
|
@ -54,6 +55,7 @@ sort_commits = "oldest"
|
|||
commit_parsers = [
|
||||
{ message = "^✨", group = "Añadido" },
|
||||
{ message = "^🐛", group = "Corregido" },
|
||||
{ message = "^🚑", group = "Corregido" },
|
||||
{ message = "^🚧", group = "Cambiado" },
|
||||
{ message = "^♻️", group = "Cambiado" },
|
||||
{ message = "^✏️", group = "Cambiado" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue