mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-02-28 02:51:27 +01:00
chore: fix changelog script
This commit is contained in:
parent
868a03bb8e
commit
5e5ca92fae
@ -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…
x
Reference in New Issue
Block a user