Skip to content

Commit

Permalink
chore: use changelogen for release
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jun 12, 2023
1 parent 50a8b95 commit 75989d3
Show file tree
Hide file tree
Showing 2 changed files with 207 additions and 781 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -25,18 +25,18 @@
"dev": "vitest dev",
"lint": "eslint --ext .ts . && prettier -c src test",
"lint:fix": "eslint --ext .ts . --fix && prettier -w src test",
"release": "pnpm test && pnpm build && standard-version && git push --follow-tags && pnpm publish",
"release": "pnpm test && pnpm build && changelogen --release --push && npm publish",
"test": "pnpm lint && vitest run --coverage"
},
"devDependencies": {
"@hapi/bourne": "^3.0.0",
"@vitest/coverage-v8": "^0.32.0",
"benchmark": "^2.1.4",
"changelogen": "^0.5.3",
"eslint": "^8.42.0",
"eslint-config-unjs": "^0.2.1",
"prettier": "^2.8.8",
"secure-json-parse": "^2.7.0",
"standard-version": "^9.5.0",
"typescript": "^5.1.3",
"unbuild": "^1.2.1",
"vitest": "^0.32.0"
Expand Down

0 comments on commit 75989d3

Please sign in to comment.