Skip to content

Commit 0cf8752

Browse files
committed
chore: fix changelog script
1 parent 9df37a8 commit 0cf8752

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/generateReleaseNotes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import {readFileSync} from "node:fs";
22

3-
const changelog = readFileSync('../changelog.md')
3+
const changelog = readFileSync('../CHANGELOG.md')
44
const changelogText = changelog.toString()
55
const changelogLines = changelogText.split('\n')
66

0 commit comments

Comments
 (0)