Skip to content

Commit

Permalink
chore: use changelogen for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Sep 6, 2023
1 parent 629c162 commit 7d4d6bb
Show file tree
Hide file tree
Showing 2 changed files with 452 additions and 777 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,17 @@
"lint": "eslint --ext ts . && prettier -c src test",
"lint:fix": "eslint --fix --ext ts . && prettier -w src test",
"prepack": "unbuild",
"release": "pnpm test && pnpm build && standard-version && pnpm publish && git push --follow-tags",
"release": "pnpm test && pnpm build && changelogen --release --push && pnpm publish",
"test": "pnpm lint && vitest run"
},
"devDependencies": {
"@types/node": "^20.5.9",
"@vitest/coverage-v8": "^0.34.3",
"changelogen": "^0.5.5",
"eslint": "^8.48.0",
"eslint-config-unjs": "^0.2.1",
"jiti": "^1.19.3",
"prettier": "^3.0.3",
"standard-version": "^9.5.0",
"typescript": "^5.2.2",
"unbuild": "^2.0.0",
"vitest": "^0.34.3"
Expand Down
Loading

0 comments on commit 7d4d6bb

Please sign in to comment.