移除对changelog的html对version.json的写入
parent
da0878a7a7
commit
3e0ee374c9
|
@ -44,8 +44,7 @@ module.exports = async newVerNum => {
|
||||||
desc: version.desc,
|
desc: version.desc,
|
||||||
})
|
})
|
||||||
version.version = newVerNum
|
version.version = newVerNum
|
||||||
version.desc = newChangeLog
|
version.desc = newMDChangeLog.replace(/(?:^|(\n))#{1,6} (.+)\n/g, '$1$2').trim()
|
||||||
// version.desc = newMDChangeLog.replace(/(?:^|(\n))#{1,6} (.+)\n/g, '$1$2').trim()
|
|
||||||
pkg.version = newVerNum
|
pkg.version = newVerNum
|
||||||
|
|
||||||
console.log(chalk.blue('new version: ') + chalk.green(newVerNum))
|
console.log(chalk.blue('new version: ') + chalk.green(newVerNum))
|
||||||
|
|
Loading…
Reference in New Issue