We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9df37a8 commit 0cf8752Copy full SHA for 0cf8752
bin/generateReleaseNotes.ts
@@ -1,6 +1,6 @@
1
import {readFileSync} from "node:fs";
2
3
-const changelog = readFileSync('../changelog.md')
+const changelog = readFileSync('../CHANGELOG.md')
4
const changelogText = changelog.toString()
5
const changelogLines = changelogText.split('\n')
6
0 commit comments