Skip to content

Commit

Permalink
Ensure github release action properly generates useful release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
dihm committed Dec 3, 2024
1 parent ef8d711 commit 657b2a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ jobs:
draft: true
prerelease: ${{ contains(github.event.ref, 'rc') }}
files: ./dist/${{ env.PACKAGE_NAME }}-${{ env.VERSION }}.tar.gz
generate_release_notes: true

test-pypi-release:
name: TestPyPI Release
Expand Down

0 comments on commit 657b2a3

Please sign in to comment.