mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-01-22 18:28:57 +00:00
chore: fixed generatereleasenotes to respect filename
This commit is contained in:
parent
660d2b511e
commit
26369b8488
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