Skip to content

Commit

Permalink
github: auto-generate release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
David Hartmann authored and JackUrb committed Mar 20, 2023
1 parent 8e8074d commit 75722a2
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,11 @@ jobs:
- name: Create Release
if: ${{ steps.version.outputs.TAG_EXISTS == '0' }}
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: softprops/action-gh-release@v1
with:
tag_name: v${{ steps.version.outputs.TAG_NAME }}
release_name: "Release ${{ steps.version.outputs.TAG_NAME }}"
name: "Visdom v${{ steps.version.outputs.TAG_NAME }}"
generate_release_notes: true
- name: Set up Python
if: ${{ steps.version.outputs.TAG_EXISTS == '0' }}
uses: actions/setup-python@v4
Expand Down

0 comments on commit 75722a2

Please sign in to comment.