Commit 8d99f8175 for imagemagick.org

commit 8d99f8175eeb578c41df1a674b615a603a4e8bbb
Author: Dirk Lemstra <dirk@lemstra.org>
Date:   Sun May 31 08:48:27 2026 +0200

    Put the version in the release notes.

diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 124b53eb2..162e74e49 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -623,7 +623,9 @@ jobs:
           GH_TOKEN: ${{github.token}}
           VERSION: ${{needs.version.outputs.version}}
         run: |
-          gh release create $VERSION --title "$VERSION" \
+          gh release create "$VERSION" \
+            --title "$VERSION" \
+            --notes "$VERSION" \
             ${{github.workspace}}/artifacts/*.7z \
             ${{github.workspace}}/artifacts/*.exe \
             ${{github.workspace}}/artifacts/*.msixbundle \