Add link to changelog in github release notes

Fixes #3588
This commit is contained in:
Kovid Goyal 2021-05-07 06:18:42 +05:30
parent 34fe103c2b
commit baa8152248
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -321,7 +321,9 @@ class GitHub(Base): # {{{
'tag_name': self.current_tag_name,
'target_commitish': 'master',
'name': 'version %s' % self.version,
'body': 'Release version %s. GPG key used for signing tarballs is: https://calibre-ebook.com/signatures/kovid.gpg' % self.version,
'body': f'Release version {self.version}.'
' For changelog, see https://sw.kovidgoyal.net/kitty/changelog.html'
' GPG key used for signing tarballs is: https://calibre-ebook.com/signatures/kovid.gpg',
'draft': False,
'prerelease': False
}))