From 2403fd5de10de96ba3f9133e6e10236638b69fd9 Mon Sep 17 00:00:00 2001 From: Loup-Garou911XD Date: Sun, 22 Dec 2024 16:08:27 +0530 Subject: [PATCH] Added changelog to release body --- .github/workflows/release.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 72ddc967..1b5fa7f4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,6 +24,7 @@ jobs: - name: Upload the build uses: ncipollo/release-action@v1 with: + body : "See the [Full Changelog](https://github.com/${{ github.repository }}/blob/main/CHANGELOG.md)" allowUpdates: true artifacts: linux_x86_64_gui_debug.tar @@ -45,6 +46,7 @@ jobs: - name: Upload the build uses: ncipollo/release-action@v1 with: + body : "See the [Full Changelog](https://github.com/${{ github.repository }}/blob/main/CHANGELOG.md)" allowUpdates: true artifacts: linux_x86_64_server_debug.tar @@ -65,6 +67,7 @@ jobs: - name: Upload the build uses: ncipollo/release-action@v1 with: + body : https://github.com/${{ github.repository }}/CHANGELOG.md allowUpdates: true artifacts: linux_arm64_gui_debug.tar @@ -85,6 +88,7 @@ jobs: - name: Upload the build uses: ncipollo/release-action@v1 with: + body : "See the [Full Changelog](https://github.com/${{ github.repository }}/blob/main/CHANGELOG.md)" allowUpdates: true artifacts: linux_arm64_server_debug.tar @@ -105,6 +109,7 @@ jobs: - name: Upload the build uses: ncipollo/release-action@v1 with: + body : "See the [Full Changelog](https://github.com/${{ github.repository }}/blob/main/CHANGELOG.md)" allowUpdates: true artifacts: mac_x86_64_gui_debug.tar @@ -125,6 +130,7 @@ jobs: - name: Upload the build uses: ncipollo/release-action@v1 with: + body : "See the [Full Changelog](https://github.com/${{ github.repository }}/blob/main/CHANGELOG.md)" allowUpdates: true artifacts: mac_x86_64_server_debug.tar @@ -145,6 +151,7 @@ jobs: - name: Upload the build uses: ncipollo/release-action@v1 with: + body : "See the [Full Changelog](https://github.com/${{ github.repository }}/blob/main/CHANGELOG.md)" allowUpdates: true artifacts: mac_arm64_gui_debug.tar @@ -165,6 +172,7 @@ jobs: - name: Upload the build uses: ncipollo/release-action@v1 with: + body : "See the [Full Changelog](https://github.com/${{ github.repository }}/blob/main/CHANGELOG.md)" allowUpdates: true artifacts: mac_arm64_server_debug.tar @@ -185,6 +193,7 @@ jobs: - name: Upload the build uses: ncipollo/release-action@v1 with: + body : "See the [Full Changelog](https://github.com/${{ github.repository }}/blob/main/CHANGELOG.md)" allowUpdates: true artifacts: windows_x86_gui_debug.tar @@ -205,6 +214,7 @@ jobs: - name: Upload the build uses: ncipollo/release-action@v1 with: + body : "See the [Full Changelog](https://github.com/${{ github.repository }}/blob/main/CHANGELOG.md)" allowUpdates: true artifacts: windows_x86_server_debug.tar @@ -227,6 +237,7 @@ jobs: - name: Upload the build uses: ncipollo/release-action@v1 with: + body : "See the [Full Changelog](https://github.com/${{ github.repository }}/blob/main/CHANGELOG.md)" allowUpdates: true artifacts: build/docker/bombsquad_docker_gui.tar.zip @@ -249,6 +260,7 @@ jobs: - name: Upload the build uses: ncipollo/release-action@v1 with: + body : "See the [Full Changelog](https://github.com/${{ github.repository }}/blob/main/CHANGELOG.md)" allowUpdates: true artifacts: build/docker/bombsquad_docker_server.tar.zip @@ -269,5 +281,6 @@ jobs: - name: Upload the build uses: ncipollo/release-action@v1 with: + body : "See the [Full Changelog](https://github.com/${{ github.repository }}/blob/main/CHANGELOG.md)" allowUpdates: true artifacts: sphinx_html_docs.tar \ No newline at end of file