We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33993dd commit b57ca29Copy full SHA for b57ca29
.github/workflows/ci.yml
@@ -33,9 +33,12 @@ jobs:
33
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
34
run: npm run release
35
36
- - name: 📜 Generate Gitmoji Changelog
37
- run: npm run changelog
+ - name: 🔧 Install Gitmoji Changelog
+ run: npm i -G gitmoji-changelog
38
+
39
+ - name: 📜 Generate Changelog
40
+ run: gitmoji-changelog
41
42
- uses: stefanzweifel/git-auto-commit-action@v4
43
with:
- commit_message: ':pencil: docs: update changelog [skip ci]'
44
+ commit_message: ':memo: docs: update changelog [skip ci]'
0 commit comments