mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 14:13:34 +01:00
Fixed log.
This commit is contained in:
parent
5b089211d4
commit
e1feaa0e9e
1 changed files with 1 additions and 3 deletions
|
@ -14,8 +14,6 @@ if (!tagVar) {
|
||||||
process.exit(1)
|
process.exit(1)
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log("Tag",tagVar)
|
|
||||||
|
|
||||||
tagVar = tagVar.replace("refs/tags/v", "")
|
tagVar = tagVar.replace("refs/tags/v", "")
|
||||||
|
|
||||||
let startNum = -1
|
let startNum = -1
|
||||||
|
@ -38,4 +36,4 @@ for (const line of changelogLines) {
|
||||||
}
|
}
|
||||||
|
|
||||||
let currentReleaseNotes = changelogLines.slice(startNum, endline).join('\n')
|
let currentReleaseNotes = changelogLines.slice(startNum, endline).join('\n')
|
||||||
console.log("Generated changelog",currentReleaseNotes)
|
console.log(currentReleaseNotes)
|
||||||
|
|
Loading…
Reference in a new issue