mirror of
https://github.com/certd/certd.git
synced 2026-04-03 14:10:54 +08:00
chore: publish github
This commit is contained in:
@@ -17,7 +17,7 @@ export function getVersionContent() {
|
||||
const contentStart = versionLineIndex + 1
|
||||
lines = lines.slice(contentStart)
|
||||
const contentEnd = lines.findIndex(line => {
|
||||
return line.startsWith('## ')
|
||||
return line.startsWith('## [') || line.startsWith('# [')
|
||||
})
|
||||
const content = lines.slice(0, contentEnd).join('\n')
|
||||
console.log("-------title------/n")
|
||||
|
||||
Reference in New Issue
Block a user