mirror of
https://github.com/veeso/termscp.git
synced 2026-09-12 07:06:02 -07:00
chore: update cliff config
This commit is contained in:
+2
-3
@@ -17,8 +17,7 @@ Released on {{ timestamp | date(format="%Y-%m-%d") }}
|
|||||||
{%- for group, commits in commits | group_by(attribute="group") %}
|
{%- for group, commits in commits | group_by(attribute="group") %}
|
||||||
|
|
||||||
### {{ group | upper_first }}
|
### {{ group | upper_first }}
|
||||||
|
{% for commit in commits %}
|
||||||
{%- for commit in commits %}
|
|
||||||
- {% if commit.breaking %}💥 {% endif %}{% if commit.scope %}**{{ commit.scope }}:** {% endif %}{{ commit.message | split(pat="\n") | first | trim }}
|
- {% if commit.breaking %}💥 {% endif %}{% if commit.scope %}**{{ commit.scope }}:** {% endif %}{{ commit.message | split(pat="\n") | first | trim }}
|
||||||
{%- if commit.body %}
|
{%- if commit.body %}
|
||||||
> {{ commit.body | split(pat="\n") | join(sep="\n > ") }}
|
> {{ commit.body | split(pat="\n") | join(sep="\n > ") }}
|
||||||
@@ -40,7 +39,7 @@ commit_parsers = [
|
|||||||
{ message = "^doc", group = "Documentation" },
|
{ message = "^doc", group = "Documentation" },
|
||||||
{ message = "^test", group = "Testing" },
|
{ message = "^test", group = "Testing" },
|
||||||
{ message = "^ci", group = "CI" },
|
{ message = "^ci", group = "CI" },
|
||||||
{ message = "^chore", group = "Miscellaneous" },
|
{ message = "^chore", skip = true },
|
||||||
]
|
]
|
||||||
filter_commits = false
|
filter_commits = false
|
||||||
tag_pattern = "v[0-9].*"
|
tag_pattern = "v[0-9].*"
|
||||||
|
|||||||
Reference in New Issue
Block a user