Skip to content

Commit 427ef93

Browse files
committed
ci: tweak release script
1 parent a497cc6 commit 427ef93

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

scripts/release.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,7 @@ const release = async () => {
113113
console.log(`lerna ${releaseArguments.join(' ')}`)
114114

115115
await execa(require.resolve('lerna/bin/lerna'), releaseArguments, { stdio: 'inherit' })
116-
117-
// Disable changelog in alpha stage.
118-
// require('./genChangelog')(version)
116+
await execa('yarn', ['changelog'])
119117
}
120118

121119
release().catch(err => {

0 commit comments

Comments
 (0)