Skip to content

Commit

Permalink
🔧 ci: add gitmoji-changelog to ci steps
Browse files Browse the repository at this point in the history
  • Loading branch information
gleisonkz committed Apr 21, 2022
1 parent 55533b8 commit 690a2c5
Show file tree
Hide file tree
Showing 3 changed files with 8,898 additions and 262 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,9 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx semantic-release

- name: 📝 Generate Changelog
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx gitmoji-changelog
Loading

0 comments on commit 690a2c5

Please sign in to comment.