Skip to content

Commit

Permalink
chore(ci-cd): changelog step (#227)
Browse files Browse the repository at this point in the history
added changelog step in workflow after release

GH-226
  • Loading branch information
yeshamavani authored May 14, 2024
1 parent fc856a8 commit 3bd2a68
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 3bd2a68

Please sign in to comment.