File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ body = """
10
10
{% for commit in commits | unique(attribute="message") %}
11
11
- {% if commit.scope %}*({{ commit.scope }})* {% endif %}\
12
12
{% 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 }}) \
14
14
{% endfor %}
15
15
{% endfor %}\n
16
16
"""
@@ -21,7 +21,7 @@ footer = """
21
21
trim = true
22
22
# postprocessors
23
23
postprocessors = [
24
- # { pattern = '< REPO> ', replace = "https://github.com/orhun/git-cliff " }, # replace repository URL
24
+ { pattern = ' \$ REPO' , replace = " https://github.com/Skaronator/homelab " },
25
25
]
26
26
# render body even when there are no releases to process
27
27
# render_always = true
You can’t perform that action at this time.
0 commit comments