Skip to content

Commit 3183c90

Browse files
pliablepixelsclaude
andcommitted
fix: add missing append_body flag to Android and Windows release workflows
Ensures changelog is preserved when these workflows upload to releases. Previously, these workflows would overwrite the auto-generated changelog with only the install notes. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent ba08507 commit 3183c90

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build-android.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ jobs:
8383
with:
8484
generate_release_notes: true
8585
body_path: .github/workflows/_RELEASE_NOTE_INSERT.md
86+
append_body: true
8687
files: |
8788
dist/android/*.apk
8889
dist/android/*.aab

.github/workflows/build-windows.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ jobs:
6161
with:
6262
generate_release_notes: true
6363
body_path: .github/workflows/_RELEASE_NOTE_INSERT.md
64+
append_body: true
6465
files: |
6566
app/src-tauri/target/release/bundle/msi/*.msi
6667
app/src-tauri/target/release/bundle/nsis/*.exe

0 commit comments

Comments
 (0)