Skip to content

Commit

Permalink
Improve quality of auto-generated release notes (#1327)
Browse files Browse the repository at this point in the history
  • Loading branch information
javulticat committed Apr 10, 2024
1 parent 3b823d9 commit 0de680c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Expand Up @@ -66,7 +66,7 @@ jobs:
with:
artifacts: dist/*
tag: ${{ needs.tag.outputs.new_tag }}
body: ${{ needs.tag.outputs.changelog }}
generateReleaseNotes: true
draft: ${{ inputs.dry-run }}

publish:
Expand Down

0 comments on commit 0de680c

Please sign in to comment.