Skip to content

Commit

Permalink
turn off generate release notes as it's going WILD
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
tidusjar authored Apr 1, 2024
1 parent 16ff001 commit 7e3ef3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ jobs:
if: contains(github.ref, 'develop')
with:
prerelease: true
generate_release_notes: true
generate_release_notes: false
body: ${{ needs.versioning.outputs.changelog }}
name: ${{ needs.versioning.outputs.tag }}
tag_name: ${{ needs.versioning.outputs.tag }}
Expand Down

0 comments on commit 7e3ef3c

Please sign in to comment.