Skip to content

Commit 744447d

Browse files
chore: improve release notes body
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 193fea3 commit 744447d

1 file changed

Lines changed: 15 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,21 @@ jobs:
595595
- name: Create GitHub Release (attach assets)
596596
uses: softprops/action-gh-release@v2
597597
with:
598-
generate_release_notes: true
598+
name: SentraCore ${{ github.ref_name }}
599+
body: |
600+
## Highlights
601+
- Engine config is now **writable by default** on installed systems (prevents “stuck connecting” when the install directory is protected).
602+
- Release artifacts include `engine-config.json` for Windows/macOS/Linux builds.
603+
- Website: modern GitHub Pages landing site with direct-download buttons (via GitHub Releases API).
604+
605+
## Downloads
606+
Grab the correct asset for your OS from the files attached to this release:
607+
- Windows: `SentraCore_Setup_v*.exe`
608+
- macOS: `SentraCore_macOS_*.zip`
609+
- Linux: `SentraCore_linux_*.AppImage`
610+
611+
## Notes
612+
- If your system blocks the Releases API, the website buttons fall back to the Releases page.
599613
files: |
600614
artifacts/**/SentraCore_Setup_v*.exe
601615
artifacts/**/SentraCore_macOS_*.zip

0 commit comments

Comments
 (0)