Skip to content

Commit 340a696

Browse files
committed
ci: Update cliff config
1 parent a60bd73 commit 340a696

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cliff.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ body = """
1010
{% for commit in commits | unique(attribute="message") %}
1111
- {% if commit.scope %}*({{ commit.scope }})* {% endif %}\
1212
{% if commit.breaking %}[**breaking**] {% endif %}\
13-
{{ commit.message | upper_first }}\
13+
{{ commit.message | upper_first }} [{{ commit.id | truncate(length=7, end="") }}]($REPO/commit/{{ commit.id }})\
1414
{% endfor %}
1515
{% endfor %}\n
1616
"""
@@ -21,7 +21,7 @@ footer = """
2121
trim = true
2222
# postprocessors
2323
postprocessors = [
24-
# { pattern = '<REPO>', replace = "https://github.com/orhun/git-cliff" }, # replace repository URL
24+
{ pattern = '\$REPO', replace = "https://github.com/Skaronator/homelab" },
2525
]
2626
# render body even when there are no releases to process
2727
# render_always = true

0 commit comments

Comments
 (0)