Skip to content

Commit 81f9a1b

Browse files
committed
ci: use cliff-jumper instead of git-cliff
1 parent 6b32220 commit 81f9a1b

File tree

3 files changed

+117
-6
lines changed

3 files changed

+117
-6
lines changed

.github/workflows/npm-publish.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
steps:
2121
- name: Checkout repository
2222
uses: actions/checkout@v4
23+
with:
24+
fetch-depth: 0
2325

2426
- name: Build and publish package
2527
uses: actions/setup-node@v3
@@ -31,7 +33,6 @@ jobs:
3133
- run: git config --global user.name "Eugene Labutin"
3234
- run: npm ci --force # force because conflict typescript-eslint/parser version, check and remove later
3335
- run: npm run release
34-
- run: git add -A && git commit -m 'chore":" generate changelog and bump version'
35-
- run: git push --follow-tags origin master && npm publish --access public
36+
- run: git push && git push --tags && npm publish --access public
3637
env:
3738
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

package-lock.json

Lines changed: 114 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
"@types/chai": "^4.3.16",
4040
"@types/mocha": "^10.0.6",
4141
"chai": "^5.1.1",
42-
"git-cliff": "^2.2.2",
4342
"husky": "^9.0.11",
4443
"lint-staged": "^15.2.5",
4544
"mocha": "^10.4.0",

0 commit comments

Comments
 (0)