Skip to content

Commit 690a2c5

Browse files
committed
🔧 ci: add gitmoji-changelog to ci steps
1 parent 55533b8 commit 690a2c5

File tree

3 files changed

+8898
-262
lines changed

3 files changed

+8898
-262
lines changed

.github/workflows/ci.yml

+6
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,9 @@ jobs:
2727
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2828
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
2929
run: npx semantic-release
30+
31+
- name: 📝 Generate Changelog
32+
env:
33+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
34+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
35+
run: npx gitmoji-changelog

0 commit comments

Comments
 (0)