Skip to content

Commit 0a9cd83

Browse files
authored
Disable automatic release notes generation
This is noisy for users; for now, I'll write these manually. Signed-off-by: Ash <[email protected]>
1 parent 8f0b5bb commit 0a9cd83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,6 @@ jobs:
9292
with:
9393
tag: v${{ env.release_version }}
9494
name: v${{ env.release_version }}
95-
generateReleaseNotes: true
95+
generateReleaseNotes: false
9696
token: ${{ secrets.GITHUB_TOKEN }}
9797

0 commit comments

Comments
 (0)