Skip to content

Commit 98b03d8

Browse files
committed
build: add commit path to changelog
1 parent af09f8b commit 98b03d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"docs:api:build": "node ./scripts/run-typedoc.cjs",
3737
"build": "unbuild",
3838
"release": "node scripts/release.mjs",
39-
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 1",
39+
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s --commit-path src -l vuefire -r 1",
4040
"play": "pnpm run -C playground dev",
4141
"lint": "prettier -c --parser typescript \"{src,__tests__,e2e}/**/*.[jt]s?(x)\" \"packages/nuxt/src/**/*.ts\"",
4242
"lint:fix": "pnpm run lint --write",

packages/nuxt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"scripts": {
2626
"prepack": "nuxt-module-build",
2727
"build": "pnpm run prepack",
28-
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 1",
28+
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s --commit-path . -l nuxt-vuefire -r 1",
2929
"dev": "nuxi dev playground",
3030
"dev:build": "nuxi build playground",
3131
"postinstall": "nuxt-module-build --stub"

0 commit comments

Comments
 (0)