From 3bd2a68abea4894321e51c607ae940808463037c Mon Sep 17 00:00:00 2001 From: yeshamavani <83634146+yeshamavani@users.noreply.github.com> Date: Tue, 14 May 2024 16:29:27 +0530 Subject: [PATCH] chore(ci-cd): changelog step (#227) added changelog step in workflow after release GH-226 --- .github/workflows/release.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index c5c333b..84d8a39 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -48,3 +48,5 @@ jobs: env: GH_TOKEN: ${{ secrets.RELEASE_COMMIT_GH_PAT }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} + - name: Changelog 📝 + run: cd src/release_notes && HUSKY=0 node release-notes.js