Skip to content

Commit 6408087

Browse files
committed
Disable generate_release_notes, we provide our own
1 parent 5db30cd commit 6408087

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,6 @@ jobs:
158158
if: needs.version.outputs.releasable == 'true'
159159
with:
160160
body: ${{ env.BODY }}
161-
generate_release_notes: true
161+
generate_release_notes: false
162162
tag_name: v${{ needs.version.outputs.semver }}
163163
token: ${{ secrets.PAT }} # using our own PAT so other workflows run

0 commit comments

Comments
 (0)