We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f8f221 commit be0740aCopy full SHA for be0740a
.github/workflows/ci.yml
@@ -32,4 +32,4 @@ jobs:
32
env:
33
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
34
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
35
- run: npx gitmoji-changelog
+ run: npm run changelog
package.json
@@ -9,7 +9,8 @@
9
"dist/**/!(*.test).{js,d.ts}"
10
],
11
"scripts": {
12
- "test": "c8 ava"
+ "test": "c8 ava",
13
+ "changelog": "gitmoji-changelog"
14
},
15
"keywords": [
16
"commitlint",
0 commit comments