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