Skip to content

Commit c9e05ab

Browse files
add automatic release notes generation
GitHub will now automatically generate release notes comparing to the previous version in semantic order, ensuring correct changelog comparisons (e.g., v1.1.15...v1.2.15 instead of v1.0.5...v1.2.15)
1 parent efbfae4 commit c9e05ab

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/electron.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ jobs:
160160
draft: ${{ github.event_name != 'workflow_dispatch' && github.ref_type == 'branch' }}
161161
# For tag pushes, name the release as "Release <tagname>", otherwise "Electron Release".
162162
name: ${{ (github.event_name == 'push' && github.ref_type == 'tag') && format('Release {0}', github.ref_name) || 'Electron Release' }}
163+
generate_release_notes: true
163164
files: |
164165
dist-combined/*.exe
165166
dist-combined/*.dmg

0 commit comments

Comments
 (0)