Skip to content

Commit

Permalink
ci(changelog): add changelogen
Browse files Browse the repository at this point in the history
  • Loading branch information
hywax committed Dec 29, 2023
1 parent 9b73edb commit 1fa72cf
Show file tree
Hide file tree
Showing 2 changed files with 350 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"release": "pnpm test && pnpm build && changelogen --release && pnpm publish && git push --follow-tags",
"lint": "eslint . --fix",
"test": "vitest",
"test:coverage": "vitest --coverage",
Expand All @@ -27,6 +28,7 @@
"@types/node": "^20.10.5",
"@vitest/coverage-v8": "^1.1.0",
"camelcase": "^8.0.0",
"changelogen": "^0.5.5",
"eslint": "^8.56.0",
"husky": "^8.0.3",
"lint-staged": "^15.2.0",
Expand Down
Loading

0 comments on commit 1fa72cf

Please sign in to comment.