Skip to content

Commit 179fd75

Browse files
Added release notes generation to release wf
1 parent a9bcce0 commit 179fd75

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ jobs:
8181
uses: ncipollo/release-action@v1
8282
with:
8383
tag: "v${{ github.event.inputs.release-version }}"
84+
generateReleaseNotes: true
8485
- name: Publish package distributions to PyPI
8586
uses: pypa/gh-action-pypi-publish@release/v1
8687

0 commit comments

Comments
 (0)