Skip to content

Commit 89c7ef7

Browse files
chore(ci): enable release notes generation
Enable automatic release notes generation in the release job of the CI workflow. This change provides better documentation for releases by automatically generating release notes from commit messages, improving the transparency and clarity of changes in each release.
1 parent 9fb6cb2 commit 89c7ef7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ jobs:
116116
uses: softprops/action-gh-release@v2
117117
with:
118118
tag_name: ${{ github.ref_name }}
119+
generate_release_notes: true
119120
name: ${{ github.ref_name }}
120121
draft: false
121122
prerelease: ${{ contains(github.ref_name, '-') }}

0 commit comments

Comments
 (0)