Skip to content

Commit

Permalink
chore: use changelogen to release
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jan 24, 2023
1 parent 26477ed commit 5e24124
Show file tree
Hide file tree
Showing 2 changed files with 196 additions and 664 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -22,18 +22,18 @@
"dev": "vitest",
"lint": "eslint --ext .ts src && prettier -c src test",
"prepack": "pnpm build",
"release": "pnpm test && standard-version && git push --follow-tags && pnpm publish",
"release": "pnpm test && changelogen --release && git push --follow-tags && pnpm publish",
"test": "pnpm lint && pnpm vitest run",
"test:types": "tsc --noEmit"
},
"devDependencies": {
"@types/node": "^18.11.18",
"@vitest/coverage-c8": "^0.28.1",
"changelogen": "^0.4.1",
"eslint": "^8.32.0",
"eslint-config-unjs": "^0.1.0",
"expect-type": "^0.15.0",
"prettier": "^2.8.3",
"standard-version": "^9.5.0",
"typescript": "^4.9.4",
"unbuild": "^1.1.1",
"vitest": "^0.28.1"
Expand Down

0 comments on commit 5e24124

Please sign in to comment.