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 Jan 10, 2024
1 parent b310408 commit dffa918
Show file tree
Hide file tree
Showing 2 changed files with 369 additions and 777 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -29,18 +29,18 @@
"lint": "eslint --ext .ts . && prettier -c src test",
"lint:fix": "eslint --cache --ext .ts,.js,.mjs,.cjs . --fix && prettier -c src test -w",
"prepublishOnly": "pnpm build",
"release": "pnpm vitest run && standard-version && git push --follow-tags && pnpm publish",
"release": "pnpm test && pnpm build && changelogen --release && pnpm publish && git push --follow-tags",
"test": "pnpm lint && vitest run --coverage",
"test:types": "tsc --noEmit"
},
"devDependencies": {
"@types/node": "^20.10.8",
"@vitest/coverage-v8": "^1.1.3",
"eslint": "latest",
"changelogen": "^0.5.5",
"eslint": "^8.56.0",
"eslint-config-unjs": "^0.2.1",
"jiti": "^1.21.0",
"prettier": "^3.1.1",
"standard-version": "latest",
"typescript": "^5.3.3",
"unbuild": "^2.0.0",
"vitest": "^1.1.3"
Expand Down

0 comments on commit dffa918

Please sign in to comment.