Skip to content

Commit 9219c13

Browse files
committed
Fix clean changelog step
1 parent fb08124 commit 9219c13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release/steps/clean-changelog.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { runGit } from "../utils.js";
77

88
export default async function cleanChangelog({ repo }) {
99
const changelogUnreleasedDir = fileURLToPath(
10-
new URL("../changelog_unreleased", import.meta.url),
10+
new URL("../../../changelog_unreleased", import.meta.url),
1111
);
1212

1313
const files = await fastGlob(["blog-post-intro.md", "*/*.md"], {

0 commit comments

Comments
 (0)