File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ body = """
18
18
{% if previous.commit_id %}
19
19
`{{ previous.commit_id | truncate(length=7, end="") }} <https://github.com/JacobCoffee/niapi/commit/{{ previous.commit_id }}>`_ ... \
20
20
`{{ commit_id | truncate(length=7, end="") }} <https://github.com/JacobCoffee/niapi/commit/{{ commit_id }}>`_ \
21
- | `See diff for {{ version | trim_start_matches(pat="v") }} <https://github.com/litestar-org/litestar /compare/{{ previous.commit_id }}...{{ commit_id }}>`_
21
+ | `See diff for {{ version | trim_start_matches(pat="v") }} <https://github.com/JacobCoffee/niapi /compare/{{ previous.commit_id }}...{{ commit_id }}>`_
22
22
{% endif %}\
23
23
{% endif %}\
24
24
{% for group, commits in commits | group_by(attribute="group") %}
You can’t perform that action at this time.
0 commit comments