diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0977f4d..88abc6c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -67,7 +67,9 @@ jobs: uses: shogo82148/actions-create-release@v1 with: release_name: ${{ github.ref_name }} - body: ${{ format('## Changelog%0A%0A{0}', steps.read-changes.outputs.changes) }} + body: | + ## Changelog + ${{ steps.read-changes.outputs.changes }} prerelease: ${{ contains(github.ref_name, 'pre') }} notes_start_tag: ${{ steps.previus-tag.outputs.tag }} generate_release_notes: true diff --git a/CHANGELOG.md b/CHANGELOG.md index 4edbb90..485db1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), ### Fixed -- When critical error occurs, Argon will now display special menu instead of throwing "command `argon.openMenu` not found" error +- When critical error occurs, Argon will now display special menu instead of "command `argon.openMenu` not found" ## [2.0.8] - 2024-07-19