mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-04-23 21:40:00 -05:00
workflow: only generate changelog for the latest release and concat with the old
so that the old manually edited parts won't be overwritten.
This commit is contained in:
+1
-1
@@ -103,7 +103,7 @@ const release = async () => {
|
||||
}
|
||||
await execa(require.resolve('lerna/cli'), lernaArgs, { stdio: 'inherit' })
|
||||
|
||||
require('./genChangelog')(version)
|
||||
await require('./genChangelog')(version)
|
||||
|
||||
const packages = JSON.parse(
|
||||
(await execa(require.resolve('lerna/cli'), ['list', '--json'])).stdout
|
||||
|
||||
Reference in New Issue
Block a user