Skip to content

Commit

Permalink
Update release notes formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
DervexDev committed Aug 9, 2024
1 parent c472120 commit a1281f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a1281f0

Please sign in to comment.