Skip to content

Commit 35ecbc1

Browse files
authored
fix: update changelog header format in Discord notification (#68)
1 parent d080cbc commit 35ecbc1

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,10 @@ jobs:
4949
with:
5050
webhook: ${{ secrets.DISCORD_WEBHOOK }}
5151
content: "@everyone A new update has been published!"
52+
title: ""
5253
notitle: true
5354
description: |
54-
# [🍁 ${{ github.ref_name }}](https://github.com/${{ github.repository }}/releases/tag/${{ github.ref_name }})
55+
## [🍁 ${{ github.ref_name }}](https://github.com/${{ github.repository }}/releases/tag/${{ github.ref_name }})
5556
5657
${{ steps.changelog.outputs.body }}
5758

docs/docs/blog/changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## `v0.5.7-test` - May 4, 2026
4+
5+
### Changed
6+
7+
- Update changelog header format in Discord notification
8+
39
## `v0.5.7` - May 4, 2026
410

511
### Changed

0 commit comments

Comments
 (0)