Skip to content

Commit 3bd2a68

Browse files
authored
chore(ci-cd): changelog step (#227)
added changelog step in workflow after release GH-226
1 parent fc856a8 commit 3bd2a68

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,5 @@ jobs:
4848
env:
4949
GH_TOKEN: ${{ secrets.RELEASE_COMMIT_GH_PAT }}
5050
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
51+
- name: Changelog 📝
52+
run: cd src/release_notes && HUSKY=0 node release-notes.js

0 commit comments

Comments
 (0)