Skip to content

Commit f09016a

Browse files
committed
+ CI changelog generation
1 parent aa33c6a commit f09016a

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/python-app.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,12 @@ jobs:
3939
with:
4040
files: dist/
4141
dest: release.zip
42-
42+
- name: Get release notes
43+
uses: yashanand1910/standard-release-notes@v1.2.1
44+
id: release_notes
45+
with:
46+
changelog_path: ./CHANGELOG.md
47+
version: Release v${{ steps.verinfo.outputs.version }}
4348
- name: Create Release
4449
id: create_release
4550
uses: actions/create-release@v1
@@ -48,6 +53,7 @@ jobs:
4853
with:
4954
tag_name: v${{ steps.verinfo.outputs.version }}
5055
release_name: Release v${{ steps.verinfo.outputs.version }}
56+
body: ${{ steps.release_notes.outputs.release_notes }}
5157

5258
- name: Upload Release Asset
5359
id: upload-release-asset

0 commit comments

Comments
 (0)