We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8085df commit 4f9313fCopy full SHA for 4f9313f
.github/workflows/release.yml
@@ -33,3 +33,8 @@ jobs:
33
uses: pypa/gh-action-pypi-publish@master
34
with:
35
password: ${{ secrets.PYPI_PASSWORD }}
36
+ - uses: rhysd/changelog-from-release/action@v2
37
+ with:
38
+ file: CHANGELOG.md
39
+ github_token: ${{ secrets.GITHUB_TOKEN }}
40
+
0 commit comments