File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -25,19 +25,20 @@ body = """
25
25
{% endfor %}\n
26
26
{% if version %}
27
27
{% if previous.version %}
28
- **Full Changelog**: {{ self::remote_url() }}/compare/{{ previous.version }}...{{ version }}
28
+ **Full Changelog**: [ {{ previous.version }}...{{ version }}]($REPO /compare/{{ previous.version }}...{{ version }})
29
29
{% endif %}
30
30
{% else -%}
31
31
{% raw %}\n {% endraw %}
32
32
{% endif %}
33
- {%- macro remote_url() -%}
34
- https://github.com/{{ remote.github.owner }}/{{ remote.github.repo }}
35
- {%- endmacro -%}
36
33
"""
37
34
38
35
# remove the leading and trailing whitespace from the template
39
36
trim = true
40
37
38
+ postprocessors = [
39
+ { pattern = ' \$REPO' , replace = " https://github.com/beeb/lintpsec" },
40
+ ]
41
+
41
42
[git ]
42
43
# parse the commits based on https://www.conventionalcommits.org
43
44
conventional_commits = true
You can’t perform that action at this time.
0 commit comments