From c9641bed9539aa3bc9ddd725b01f406bfe9d19e6 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Wed, 10 Mar 2021 19:40:11 -0500 Subject: [PATCH] Update sync-release-version.yml --- .github/workflows/sync-release-version.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/sync-release-version.yml b/.github/workflows/sync-release-version.yml index f7f78dbd..bc8434bd 100644 --- a/.github/workflows/sync-release-version.yml +++ b/.github/workflows/sync-release-version.yml @@ -16,6 +16,8 @@ jobs: pattern: 'tj-actions/changed-files@' paths: | README.md + - name: Generate CHANGELOG + uses: tj-actions/github-changelog-generator@v1.3 - name: Create Pull Request uses: peter-evans/create-pull-request@v3 with: