mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-01-23 02:35:34 +00:00
chore: fix changelog script
This commit is contained in:
parent
9df37a8705
commit
0cf8752359
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import {readFileSync} from "node:fs";
|
||||
|
||||
const changelog = readFileSync('../changelog.md')
|
||||
const changelog = readFileSync('../CHANGELOG.md')
|
||||
const changelogText = changelog.toString()
|
||||
const changelogLines = changelogText.split('\n')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue