mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-01-19 13:25:31 +08:00
Added changelog to release body
This commit is contained in:
parent
2a8f8e20b2
commit
2403fd5de1
13
.github/workflows/release.yml
vendored
13
.github/workflows/release.yml
vendored
@ -24,6 +24,7 @@ jobs:
|
|||||||
- name: Upload the build
|
- name: Upload the build
|
||||||
uses: ncipollo/release-action@v1
|
uses: ncipollo/release-action@v1
|
||||||
with:
|
with:
|
||||||
|
body : "See the [Full Changelog](https://github.com/${{ github.repository }}/blob/main/CHANGELOG.md)"
|
||||||
allowUpdates: true
|
allowUpdates: true
|
||||||
artifacts: linux_x86_64_gui_debug.tar
|
artifacts: linux_x86_64_gui_debug.tar
|
||||||
|
|
||||||
@ -45,6 +46,7 @@ jobs:
|
|||||||
- name: Upload the build
|
- name: Upload the build
|
||||||
uses: ncipollo/release-action@v1
|
uses: ncipollo/release-action@v1
|
||||||
with:
|
with:
|
||||||
|
body : "See the [Full Changelog](https://github.com/${{ github.repository }}/blob/main/CHANGELOG.md)"
|
||||||
allowUpdates: true
|
allowUpdates: true
|
||||||
artifacts: linux_x86_64_server_debug.tar
|
artifacts: linux_x86_64_server_debug.tar
|
||||||
|
|
||||||
@ -65,6 +67,7 @@ jobs:
|
|||||||
- name: Upload the build
|
- name: Upload the build
|
||||||
uses: ncipollo/release-action@v1
|
uses: ncipollo/release-action@v1
|
||||||
with:
|
with:
|
||||||
|
body : https://github.com/${{ github.repository }}/CHANGELOG.md
|
||||||
allowUpdates: true
|
allowUpdates: true
|
||||||
artifacts: linux_arm64_gui_debug.tar
|
artifacts: linux_arm64_gui_debug.tar
|
||||||
|
|
||||||
@ -85,6 +88,7 @@ jobs:
|
|||||||
- name: Upload the build
|
- name: Upload the build
|
||||||
uses: ncipollo/release-action@v1
|
uses: ncipollo/release-action@v1
|
||||||
with:
|
with:
|
||||||
|
body : "See the [Full Changelog](https://github.com/${{ github.repository }}/blob/main/CHANGELOG.md)"
|
||||||
allowUpdates: true
|
allowUpdates: true
|
||||||
artifacts: linux_arm64_server_debug.tar
|
artifacts: linux_arm64_server_debug.tar
|
||||||
|
|
||||||
@ -105,6 +109,7 @@ jobs:
|
|||||||
- name: Upload the build
|
- name: Upload the build
|
||||||
uses: ncipollo/release-action@v1
|
uses: ncipollo/release-action@v1
|
||||||
with:
|
with:
|
||||||
|
body : "See the [Full Changelog](https://github.com/${{ github.repository }}/blob/main/CHANGELOG.md)"
|
||||||
allowUpdates: true
|
allowUpdates: true
|
||||||
artifacts: mac_x86_64_gui_debug.tar
|
artifacts: mac_x86_64_gui_debug.tar
|
||||||
|
|
||||||
@ -125,6 +130,7 @@ jobs:
|
|||||||
- name: Upload the build
|
- name: Upload the build
|
||||||
uses: ncipollo/release-action@v1
|
uses: ncipollo/release-action@v1
|
||||||
with:
|
with:
|
||||||
|
body : "See the [Full Changelog](https://github.com/${{ github.repository }}/blob/main/CHANGELOG.md)"
|
||||||
allowUpdates: true
|
allowUpdates: true
|
||||||
artifacts: mac_x86_64_server_debug.tar
|
artifacts: mac_x86_64_server_debug.tar
|
||||||
|
|
||||||
@ -145,6 +151,7 @@ jobs:
|
|||||||
- name: Upload the build
|
- name: Upload the build
|
||||||
uses: ncipollo/release-action@v1
|
uses: ncipollo/release-action@v1
|
||||||
with:
|
with:
|
||||||
|
body : "See the [Full Changelog](https://github.com/${{ github.repository }}/blob/main/CHANGELOG.md)"
|
||||||
allowUpdates: true
|
allowUpdates: true
|
||||||
artifacts: mac_arm64_gui_debug.tar
|
artifacts: mac_arm64_gui_debug.tar
|
||||||
|
|
||||||
@ -165,6 +172,7 @@ jobs:
|
|||||||
- name: Upload the build
|
- name: Upload the build
|
||||||
uses: ncipollo/release-action@v1
|
uses: ncipollo/release-action@v1
|
||||||
with:
|
with:
|
||||||
|
body : "See the [Full Changelog](https://github.com/${{ github.repository }}/blob/main/CHANGELOG.md)"
|
||||||
allowUpdates: true
|
allowUpdates: true
|
||||||
artifacts: mac_arm64_server_debug.tar
|
artifacts: mac_arm64_server_debug.tar
|
||||||
|
|
||||||
@ -185,6 +193,7 @@ jobs:
|
|||||||
- name: Upload the build
|
- name: Upload the build
|
||||||
uses: ncipollo/release-action@v1
|
uses: ncipollo/release-action@v1
|
||||||
with:
|
with:
|
||||||
|
body : "See the [Full Changelog](https://github.com/${{ github.repository }}/blob/main/CHANGELOG.md)"
|
||||||
allowUpdates: true
|
allowUpdates: true
|
||||||
artifacts: windows_x86_gui_debug.tar
|
artifacts: windows_x86_gui_debug.tar
|
||||||
|
|
||||||
@ -205,6 +214,7 @@ jobs:
|
|||||||
- name: Upload the build
|
- name: Upload the build
|
||||||
uses: ncipollo/release-action@v1
|
uses: ncipollo/release-action@v1
|
||||||
with:
|
with:
|
||||||
|
body : "See the [Full Changelog](https://github.com/${{ github.repository }}/blob/main/CHANGELOG.md)"
|
||||||
allowUpdates: true
|
allowUpdates: true
|
||||||
artifacts: windows_x86_server_debug.tar
|
artifacts: windows_x86_server_debug.tar
|
||||||
|
|
||||||
@ -227,6 +237,7 @@ jobs:
|
|||||||
- name: Upload the build
|
- name: Upload the build
|
||||||
uses: ncipollo/release-action@v1
|
uses: ncipollo/release-action@v1
|
||||||
with:
|
with:
|
||||||
|
body : "See the [Full Changelog](https://github.com/${{ github.repository }}/blob/main/CHANGELOG.md)"
|
||||||
allowUpdates: true
|
allowUpdates: true
|
||||||
artifacts: build/docker/bombsquad_docker_gui.tar.zip
|
artifacts: build/docker/bombsquad_docker_gui.tar.zip
|
||||||
|
|
||||||
@ -249,6 +260,7 @@ jobs:
|
|||||||
- name: Upload the build
|
- name: Upload the build
|
||||||
uses: ncipollo/release-action@v1
|
uses: ncipollo/release-action@v1
|
||||||
with:
|
with:
|
||||||
|
body : "See the [Full Changelog](https://github.com/${{ github.repository }}/blob/main/CHANGELOG.md)"
|
||||||
allowUpdates: true
|
allowUpdates: true
|
||||||
artifacts: build/docker/bombsquad_docker_server.tar.zip
|
artifacts: build/docker/bombsquad_docker_server.tar.zip
|
||||||
|
|
||||||
@ -269,5 +281,6 @@ jobs:
|
|||||||
- name: Upload the build
|
- name: Upload the build
|
||||||
uses: ncipollo/release-action@v1
|
uses: ncipollo/release-action@v1
|
||||||
with:
|
with:
|
||||||
|
body : "See the [Full Changelog](https://github.com/${{ github.repository }}/blob/main/CHANGELOG.md)"
|
||||||
allowUpdates: true
|
allowUpdates: true
|
||||||
artifacts: sphinx_html_docs.tar
|
artifacts: sphinx_html_docs.tar
|
||||||
Loading…
x
Reference in New Issue
Block a user