Skip to content

Commit f251c5d

Browse files
author
Inbal Tako
committed
Add changelog to github actions
1 parent ca9038e commit f251c5d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ jobs:
3535
run: |
3636
python setup.py sdist bdist_wheel
3737
twine upload dist/*
38+
- name: Create changelog
39+
uses: heinrichreimer/github-changelog-generator-action@v2.1.1
40+
with:
41+
token: ${{ secrets.GITHUB_TOKEN }}
3842

3943
- name: Notify slack success
4044
if: success()

0 commit comments

Comments
 (0)