Skip to content

Commit 23b91d2

Browse files
committed
chore: fix
1 parent e067a2a commit 23b91d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/release.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ import { logRecentCommits } from './releaseUtils'
55
release({
66
repo: 'vite-plugin-basic-ssl',
77
packages: ['plugin-basic-ssl'],
8-
getPkgDir: () => '',
8+
getPkgDir: () => '.',
99
toTag: (_pkg, version) => `v${version}`,
1010
logChangelog: (pkg) => logRecentCommits(pkg),
1111
generateChangelog: async (_pkgName) => {
1212
console.log(colors.cyan('\nGenerating changelog...'))
13-
await generateChangelog({ getPkgDir: () => '' })
13+
await generateChangelog({ getPkgDir: () => '.' })
1414
},
1515
})

0 commit comments

Comments
 (0)