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 026f05b commit 10915beCopy full SHA for 10915be
.github/workflows/ci.yml
@@ -34,11 +34,14 @@ jobs:
34
run: npm run release
35
36
- name: 🔧 Install Gitmoji Changelog
37
+ if: "branch == 'main'"
38
run: npm i -g gitmoji-changelog
39
40
- name: 📜 Generate Changelog
41
42
run: gitmoji-changelog
43
44
- uses: stefanzweifel/git-auto-commit-action@v4
45
46
with:
47
commit_message: ':memo: docs: update changelog [skip ci]'
0 commit comments