Link to start of actual changelog

This commit is contained in:
Kovid Goyal 2022-08-30 10:27:53 +05:30
parent 6604e0d015
commit 7d09c6b762
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -368,7 +368,7 @@ class GitHub(Base): # {{{
'target_commitish': 'master', 'target_commitish': 'master',
'name': f'version {self.version}', 'name': f'version {self.version}',
'body': f'Release 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', ' GPG key used for signing tarballs is: https://calibre-ebook.com/signatures/kovid.gpg',
'draft': False, 'draft': False,
'prerelease': False 'prerelease': False