Skip to content

Commit

Permalink
chore: switch to changelogen for release
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jan 25, 2023
1 parent bb2aa4d commit 7c1bf04
Show file tree
Hide file tree
Showing 2 changed files with 183 additions and 718 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"dev": "vitest",
"lint": "eslint --ext .ts . && prettier -c src test",
"play": "jiti test/fixture/app",
"release": "pnpm test && pnpm build && standard-version && git push --follow-tags && pnpm publish",
"release": "pnpm test && pnpm build && changelogen --release && pnpm publish && git push --follow-tags",
"test": "pnpm lint && vitest run --coverage"
},
"dependencies": {
Expand All @@ -39,11 +39,11 @@
"@types/node": "^18.11.18",
"@types/node-forge": "^1.3.1",
"@vitest/coverage-c8": "^0.28.2",
"changelogen": "^0.4.1",
"eslint": "^8.32.0",
"eslint-config-unjs": "^0.1.0",
"jiti": "^1.16.2",
"prettier": "^2.8.3",
"standard-version": "^9.5.0",
"typescript": "^4.9.4",
"unbuild": "^1.1.1",
"vitest": "^0.28.2"
Expand Down

0 comments on commit 7c1bf04

Please sign in to comment.