Skip to content

Commit

Permalink
правки
Browse files Browse the repository at this point in the history
  • Loading branch information
HamletSargsyan committed Jul 10, 2024
1 parent ef32fb1 commit a63b169
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Исправлено
- Баг с отправкой уведомлений релизов в канал

## [3.6.0] - 2024-07-10

### Удалено
Expand Down
2 changes: 1 addition & 1 deletion tools/send_release_notification.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def send_release_notification():
body: str = release["body"]

for line in body.splitlines():
if line.startswith("##"):
if line.startswith("###"):
new_line = f"**{line}**"
body = body.replace(line, new_line)

Expand Down

0 comments on commit a63b169

Please sign in to comment.