From 7d09c6b7628469cbac19bd2f58d26cf0ebb8f980 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 30 Aug 2022 10:27:53 +0530 Subject: [PATCH] Link to start of actual changelog --- publish.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publish.py b/publish.py index e36381294..cae4b7381 100755 --- a/publish.py +++ b/publish.py @@ -368,7 +368,7 @@ class GitHub(Base): # {{{ 'target_commitish': 'master', 'name': f'version {self.version}', 'body': f'Release version {self.version}.' - ' For changelog, see https://sw.kovidgoyal.net/kitty/changelog/' + ' For changelog, see https://sw.kovidgoyal.net/kitty/changelog/#detailed-list-of-changes' ' GPG key used for signing tarballs is: https://calibre-ebook.com/signatures/kovid.gpg', 'draft': False, 'prerelease': False