🔨 Mejora herramientas de liberación de versiones
This commit is contained in:
parent
c046014d04
commit
2da8bd6558
3 changed files with 26 additions and 11 deletions
|
|
@ -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" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue