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 239b531 commit 745cf52
Show file tree
Hide file tree
Showing 2 changed files with 185 additions and 786 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"lint": "eslint --ext .ts . && prettier -c src",
"typecheck": "tsc --noEmit",
"prepack": "unbuild",
"release": "pnpm test && standard-version && pnpm publish && git push --follow-tags",
"release": "pnpm test && changelogen --release && pnpm publish && git push --follow-tags",
"test": "pnpm lint && pnpm typecheck"
},
"dependencies": {
Expand All @@ -40,11 +40,11 @@
},
"devDependencies": {
"@types/node": "^18.11.18",
"changelogen": "^0.4.1",
"consola": "^2.15.3",
"eslint": "^8.32.0",
"eslint-config-unjs": "^0.1.0",
"prettier": "^2.8.3",
"standard-version": "^9.5.0",
"typescript": "^4.9.4",
"unbuild": "^1.1.1"
},
Expand Down
Loading

0 comments on commit 745cf52

Please sign in to comment.