Remove docker image from release text
This commit is contained in:
parent
da890e0306
commit
b9269146e1
1 changed files with 1 additions and 2 deletions
|
@ -129,8 +129,7 @@ def main():
|
|||
|
||||
- [Python Wheel]({wheel_url}) ([sha256]({wheel_sha_url}))
|
||||
- [Debian Package]({debian_url}) ([sha256]({debian_sha_url}))
|
||||
- [Arch Linux Package]({arch_url}) ([sha256]({arch_sha_url}))
|
||||
- Docker image: registry.gitlab.com/{project_name}:{release_tag}'''
|
||||
- [Arch Linux Package]({arch_url}) ([sha256]({arch_sha_url}))'''
|
||||
|
||||
post_body: str = json.dumps({'description': augmented_changelog})
|
||||
|
||||
|
|
Loading…
Reference in a new issue