mirror of
https://github.com/primer/css.git
synced 2024-11-28 13:12:16 +03:00
Adding lerna-changelog to release-candidate script
This commit is contained in:
parent
80f5393a07
commit
83ddb97963
@ -140,6 +140,13 @@ revertPackages()
|
|||||||
})
|
})
|
||||||
return Promise.all(tasks)
|
return Promise.all(tasks)
|
||||||
})
|
})
|
||||||
|
.then(() => {
|
||||||
|
console.warn("📓 Updated CHANGELOG...\n")
|
||||||
|
return execa(`${bin}lerna-changelog`, [], { env: process.env })
|
||||||
|
.catch(error => {
|
||||||
|
console.error('lerna-changelog error:', error)
|
||||||
|
})
|
||||||
|
})
|
||||||
.then(() => notify('success'))
|
.then(() => notify('success'))
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user