Skip to content

Commit

Permalink
ci: add full changelog link to releases
Browse files Browse the repository at this point in the history
  • Loading branch information
drahamim committed Feb 18, 2023
1 parent 04ffe39 commit 69c4508
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build_packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
pip install setuptools wheel build
- name: Build package
run: python -m build --wheel -s
- name: Get Previous tag
id: previoustag
uses: WyriHaximus/[email protected]
- name: Changelog
uses: Bullrich/generate-release-changelog@master
id: Changelog
Expand All @@ -42,6 +45,7 @@ jobs:
tag_name: ${{ steps.get-latest-tag.outputs.tag }}
body: |
${{ steps.Changelog.outputs.changelog }}
https://github.com/org/repo/compare/${{ steps.previoustag.outputs.tag }}...${{ steps.get-latest-tag.outputs.tag }}
files: |
dist/*.whl
dist/*.tar.gz
Expand Down

0 comments on commit 69c4508

Please sign in to comment.