From 0c3eade6a18e10f871167572708953b20983a00b Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Sat, 19 Jun 2021 17:38:13 -0400 Subject: [PATCH] Updated deploy.yml --- .github/workflows/deploy.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 0bd2534c..994d8064 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -43,6 +43,9 @@ jobs: TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }} TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }} + - name: Generate CHANGELOG + uses: tj-actions/github-changelog-generator@v1.8 + - name: Create Pull Request uses: peter-evans/create-pull-request@v3 with: