]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
build: generate changelog during release
authorEvan You <yyx990803@gmail.com>
Thu, 2 Jan 2020 23:12:54 +0000 (18:12 -0500)
committerEvan You <yyx990803@gmail.com>
Thu, 2 Jan 2020 23:12:54 +0000 (18:12 -0500)
scripts/release.js

index af87dbaa3da00e3028d300301c03b4d92e032c71..78c49b0a3514a58d5ffc8c075c5ae0a25a90680c 100644 (file)
@@ -99,6 +99,9 @@ async function main() {
     console.log(`(skipped)`)
   }
 
+  // generate changelog
+  await run(`yarn`, ['changelog'])
+
   const { stdout } = await run('git', ['diff'], { stdio: 'pipe' })
   if (stdout) {
     step('\nCommitting changes...')