Skip to content

Commit

Permalink
build: use changelogen to bump edge and generate chagelog
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Sep 1, 2022
1 parent ab59150 commit 679e356
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 645 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"lint": "eslint --ext .ts,.mjs,.cjs .",
"nitro": "jiti ./src/cli.ts",
"prepack": "pnpm build",
"release": "pnpm test && pnpm build && standard-version && pnpm publish && git push --follow-tags",
"release": "pnpm test && pnpm build && changelogen --release && pnpm publish && git push --follow-tags",
"stub": "unbuild --stub",
"test": "pnpm lint && vitest run --silent",
"test:types": "tsc --noEmit && pnpm test:fixture:types",
Expand Down Expand Up @@ -113,12 +113,12 @@
"@types/serve-static": "^1.15.0",
"@vitest/coverage-c8": "^0.22.1",
"c8": "^7.12.0",
"changelogen": "^0.2.3",
"edge-runtime": "1.1.0-beta.31",
"eslint": "^8.23.0",
"execa": "^6.1.0",
"expect-type": "^0.13.0",
"miniflare": "^2.7.1",
"standard-version": "^9.5.0",
"typescript": "^4.8.2",
"unbuild": "^0.8.9",
"vitepress": "^0.22.4",
Expand Down

0 comments on commit 679e356

Please sign in to comment.