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 3d86afe commit 2cb4548Copy full SHA for 2cb4548
.github/workflows/ci.yml
@@ -34,6 +34,7 @@ jobs:
34
- name: 📝 Generate Changelog
35
run: gitmoji-changelog
36
37
+ - name: 📝 Commit Changelog Changes
38
- uses: stefanzweifel/git-auto-commit-action@v4
39
with:
40
commit_message: ':pencil2: docs: update changelog'
.releaserc.js
@@ -11,8 +11,8 @@ module.exports = {
11
}
12
13
],
14
- '@semantic-release/git',
15
'@semantic-release/github',
16
- '@semantic-release/npm'
+ '@semantic-release/npm',
+ '@semantic-release/git'
17
]
18
};
0 commit comments