Skip to content

Commit 75722a2

Browse files
David HartmannJackUrb
David Hartmann
authored andcommitted
github: auto-generate release notes
1 parent 8e8074d commit 75722a2

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/pypi.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,11 @@ jobs:
3030
- name: Create Release
3131
if: ${{ steps.version.outputs.TAG_EXISTS == '0' }}
3232
id: create_release
33-
uses: actions/create-release@v1
34-
env:
35-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
33+
uses: softprops/action-gh-release@v1
3634
with:
3735
tag_name: v${{ steps.version.outputs.TAG_NAME }}
38-
release_name: "Release ${{ steps.version.outputs.TAG_NAME }}"
36+
name: "Visdom v${{ steps.version.outputs.TAG_NAME }}"
37+
generate_release_notes: true
3938
- name: Set up Python
4039
if: ${{ steps.version.outputs.TAG_EXISTS == '0' }}
4140
uses: actions/setup-python@v4

0 commit comments

Comments
 (0)