From 5e6fb3ef424cbc84bb5e25625dcd22fd73ec98fa Mon Sep 17 00:00:00 2001 From: Roman Kelesidis Date: Thu, 12 Jun 2025 21:06:00 +0300 Subject: [PATCH] misc(cliff.toml): Use correct nightly link (#1944) --- cliff.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cliff.toml b/cliff.toml index 6cbe23512..1753dd8a4 100644 --- a/cliff.toml +++ b/cliff.toml @@ -23,7 +23,7 @@ body = """ {%- endmacro -%} {%- macro nightly_url() -%} - https://nightly.link/{{ remote.github.owner }}/{{ remote.github.repo }}/workflows/build/master/TorrentPier + https://nightly.link/{{ remote.github.owner }}/{{ remote.github.repo }}/workflows/ci/master/TorrentPier-master {%- endmacro -%} {% macro print_commit(commit) -%}