Skip to content

Commit

Permalink
Правки
Browse files Browse the repository at this point in the history
  • Loading branch information
HamletSargsyan committed May 10, 2024
1 parent d9d7881 commit 33db70b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## [2.3] - 10.05.2024

### Добавлено
- Теперь все релизы из github будут автоматическый публиковатся в телеграм канал бота
- Теперь все релизы из github будут автоматический публиковатся в телеграм канал бота
- Добавлена темная тема на сайте

### Исправлено
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 @@ -20,7 +20,7 @@ def send_release_notification():
release_version = os.getenv("GITHUB_REF").split("/")[-1]
release = get_github_release_info(release_version) # type: dict

message = (f"*{'Пре-р' if release.get('prerelease') else 'р'}елиз — {release.get('name')}* ✨\n\n"
message = (f"*{'Пре-р' if release.get('prerelease') else 'Р'}елиз — {release.get('name')}* ✨\n\n"
f"{release.get('body')}")

markup = quick_markup({
Expand Down

0 comments on commit 33db70b

Please sign in to comment.