Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -191,5 +191,15 @@ jobs:
with:
files: releases/*
generate_release_notes: true
make_latest: "true"
append_body: true
tag_name: ${{ needs.prepare.outputs.next-tag }}
make_latest: "true"
body: |

For full features list and help on how to use etc of NextUI:
https://nextui.loveretro.games/docs/

## How to install/update
For a fresh installation, follow the instructions here: https://nextui.loveretro.games/getting-started/installation/
When updating from a previous release: https://nextui.loveretro.games/getting-started/updating/

Loading