We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d080cbc commit 35ecbc1Copy full SHA for 35ecbc1
2 files changed
.github/workflows/release.yml
@@ -49,9 +49,10 @@ jobs:
49
with:
50
webhook: ${{ secrets.DISCORD_WEBHOOK }}
51
content: "@everyone A new update has been published!"
52
+ title: ""
53
notitle: true
54
description: |
- # [🍁 ${{ 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 }})
56
57
${{ steps.changelog.outputs.body }}
58
docs/docs/blog/changelog.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## `v0.5.7-test` - May 4, 2026
4
+
5
+### Changed
6
7
+- Update changelog header format in Discord notification
8
9
## `v0.5.7` - May 4, 2026
10
11
### Changed
0 commit comments