🔨 Mejora herramientas de liberación de versiones

This commit is contained in:
Manuel Cillero 2026-05-03 09:40:14 +02:00
parent c046014d04
commit 2da8bd6558
3 changed files with 26 additions and 11 deletions

View file

@ -40,9 +40,18 @@ body = """
| replace(from="🍱 ", to="")
| replace(from="📝 ", to="")
| replace(from="💡 ", to="")
| replace(from="🎨 ", to="")
| replace(from="✅ ", to="")
| replace(from="🔨 ", to="")
| replace(from="💄 ", to="")
| replace(from="🔥 ", to="")
| replace(from="🚩 ", to="")
| replace(from="🚨 ", to="")
| replace(from="📄 ", to="")
| replace(from="🩹 ", to="")
-%}
- {{ msg | trim }} {% if commit.author.name != "Manuel Cillero" %} - {{ commit.author.name }}{% endif %}
- {{ msg | trim }}{% if commit.author.name != "Manuel Cillero" %} - {{ commit.author.name }}{% endif %}
{% endfor %}{% endfor %}
"""
@ -53,6 +62,7 @@ topo_order_commits = true
sort_commits = "oldest"
commit_parsers = [
{ message = "^🔖", skip = true },
{ message = "^✨", group = "Añadido" },
{ message = "^🐛", group = "Corregido" },
{ message = "^🚑", group = "Corregido" },