Skip to content

Commit ba811da

Browse files
committedAug 28, 2023
chore: switch to changelogen for release
1 parent 4d4d88d commit ba811da

File tree

2 files changed

+131
-691
lines changed

2 files changed

+131
-691
lines changed
 

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"lint": "eslint --ext .ts,.js,.mjs .",
2626
"nuxt-module-build": "JITI_ESM_RESOLVE=1 jiti ./src/cli.ts",
2727
"prepack": "pnpm build",
28-
"release": "pnpm test && standard-version && git push --follow-tags && npm publish",
28+
"release": "pnpm vitest run && pnpm build && changelogen --release && pnpm publish && git push --follow-tags",
2929
"test": "pnpm vitest"
3030
},
3131
"packageManager": "pnpm@8.7.0",
@@ -47,11 +47,11 @@
4747
"@types/mri": "^1.1.1",
4848
"@types/node": "^20.5.7",
4949
"@vitest/coverage-v8": "^0.34.3",
50+
"changelogen": "^0.5.5",
5051
"eslint": "^8.48.0",
5152
"jiti": "^1.19.3",
5253
"nuxi": "^3.7.2",
5354
"nuxt": "^3.7.0",
54-
"standard-version": "^9.5.0",
5555
"vitest": "^0.34.3"
5656
}
5757
}

‎pnpm-lock.yaml

+129-689
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.