diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a61955d..6c118eb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -130,3 +130,14 @@ jobs: uses: stella/.github/.github/actions/npm-publish-hardened@96b8912e0786548c4e62046ce3965769991dd0e0 with: tarball: ${{ steps.pack.outputs.tarball }} + + update-changelog: + name: Update CHANGELOG + needs: publish + if: inputs.publish_to_npm + uses: stella/.github/.github/workflows/changelog-update.yml@d11bdc933dec609e291f6685f470b039d8342b6a + with: + tag: ${{ inputs.tag }} + permissions: + contents: write + pull-requests: write