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 Mar 27, 2023
1 parent 0210ffd commit dac9612
Show file tree
Hide file tree
Showing 2 changed files with 88 additions and 660 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,9 @@
"build": "unbuild",
"dev": "vitest",
"lint": "eslint --ext .js,.ts . && prettier -c src test",
"lint:fix": "eslint --fix --ext .js,.ts . && prettier -w src test",
"prepack": "pnpm build",
"release": "pnpm test && standard-version && git push --follow-tags && npm publish",
"release": "pnpm test && changelogen --release --push && npm publish",
"test": "pnpm lint && vitest run --coverage",
"untyped": "jiti ./src/cli.ts",
"web": "nuxi dev web",
Expand All @@ -62,6 +63,7 @@
"@types/node": "^18.15.10",
"@vitest/coverage-c8": "^0.29.7",
"@vue/compiler-sfc": "^3.2.47",
"changelogen": "^0.5.1",
"eslint": "^8.36.0",
"eslint-config-unjs": "^0.1.0",
"hljs": "^6.2.3",
Expand All @@ -72,7 +74,6 @@
"nuxt-windicss": "^2.6.0",
"prettier": "^2.8.7",
"prismjs": "^1.29.0",
"standard-version": "^9.5.0",
"typescript": "^5.0.2",
"unbuild": "^1.1.2",
"vitest": "^0.29.7"
Expand Down
Loading

0 comments on commit dac9612

Please sign in to comment.