Skip to content

Commit 5c4833e

Browse files
committed
build: generate changelog during release
1 parent 9351264 commit 5c4833e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/release.js

+3
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,9 @@ async function main() {
9999
console.log(`(skipped)`)
100100
}
101101

102+
// generate changelog
103+
await run(`yarn`, ['changelog'])
104+
102105
const { stdout } = await run('git', ['diff'], { stdio: 'pipe' })
103106
if (stdout) {
104107
step('\nCommitting changes...')

0 commit comments

Comments
 (0)