:: commit 3b48b31f4082d6595f7a43542799b6db1bd3cf46

mintsuki <mintsuki@protonmail.com> — 2023-11-24 01:57

parents: 25686280bc

gh: Update release notes template

diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 94eda5c2..9ac8d963 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -85,7 +85,10 @@ jobs:
         run: ./bootstrap && ./configure --enable-all && make dist
 
       - name: Create release notes
-        run: echo "Binary release can be found at https://github.com/limine-bootloader/limine/tree/$TAG_NAME-binary" > rel_notes.txt
+        run: |
+          echo "Changelog can be found [here](https://github.com/limine-bootloader/limine/releases/download/$TAG_NAME/ChangeLog)." > rel_notes.txt
+          echo "" >> rel_notes.txt
+          echo "Binary release can be found [here](https://github.com/limine-bootloader/limine/tree/$TAG_NAME-binary)." >> rel_notes.txt
 
       - name: Release
         uses: softprops/action-gh-release@v1
tab: 248 wrap: offon