Skip to content

Commit

Permalink
chore: switch to changelogen for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Mar 24, 2023
1 parent c33b33a commit 18c9675
Show file tree
Hide file tree
Showing 2 changed files with 258 additions and 658 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@
"build": "unbuild",
"dev": "vitest",
"lint": "eslint --ext .ts src",
"prerelease": "pnpm test && pnpm build && standard-version -p && git push --follow-tags && pnpm publish --tag prerelease",
"release": "pnpm test && pnpm build && standard-version && git push --follow-tags && pnpm publish",
"release": "pnpm test && pnpm build && changelogen --release --push && pnpm publish",
"test": "pnpm lint && pnpm vitest run --coverage && tsc --noEmit"
},
"dependencies": {
Expand All @@ -38,9 +37,9 @@
"@nuxtjs/eslint-config-typescript": "^11.0.0",
"@types/node": "^18.11.9",
"@vitest/coverage-c8": "^0.25.2",
"changelogen": "^0.5.1",
"eslint": "^8.27.0",
"expect-type": "^0.15.0",
"standard-version": "^9.5.0",
"typescript": "^4.9.3",
"unbuild": "^0.9.4",
"vite": "^3.2.4",
Expand Down
Loading

0 comments on commit 18c9675

Please sign in to comment.