From b034820d5b377836601d01dc0998d148d24aeca5 Mon Sep 17 00:00:00 2001 From: Leoj030 Date: Mon, 4 May 2026 21:43:54 +0800 Subject: [PATCH] fix: update changelog header format in Discord notification --- .github/workflows/release.yml | 3 ++- docs/docs/blog/changelog.md | 6 ++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 99adce9..427e9e5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -49,9 +49,10 @@ jobs: with: webhook: ${{ secrets.DISCORD_WEBHOOK }} content: "@everyone A new update has been published!" + title: "" notitle: true description: | - # [🍁 ${{ github.ref_name }}](https://github.com/${{ github.repository }}/releases/tag/${{ github.ref_name }}) + ## [🍁 ${{ github.ref_name }}](https://github.com/${{ github.repository }}/releases/tag/${{ github.ref_name }}) ${{ steps.changelog.outputs.body }} diff --git a/docs/docs/blog/changelog.md b/docs/docs/blog/changelog.md index 571d65a..d8a3794 100644 --- a/docs/docs/blog/changelog.md +++ b/docs/docs/blog/changelog.md @@ -1,5 +1,11 @@ # Changelog +## `v0.5.7-test` - May 4, 2026 + +### Changed + +- Update changelog header format in Discord notification + ## `v0.5.7` - May 4, 2026 ### Changed