Skip to content

Commit 1c3fa44

Browse files
committed
Enable auto-generation of release notes in workflow
Added the `generate_release_notes: true` parameter to the `softprops/action-gh-release@v2` step in `publish.yml`. This change allows the GitHub Actions workflow to automatically generate release notes for each release, improving the release process and documentation.
1 parent 5c0f668 commit 1c3fa44

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,4 @@ jobs:
5656
files: |
5757
Output/ContextMenuManager*
5858
tag_name: "${{ env.release_version }}"
59+
generate_release_notes: true

0 commit comments

Comments
 (0)