Skip to content

Commit 0a0702f

Browse files
committed
build: push changelog commit in release script
1 parent 10ab1a6 commit 0a0702f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/release.js

+1
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ const release = async () => {
128128

129129
await execa('git', ['add', '-A'], { stdio: 'inherit' })
130130
await execa('git', ['commit', '-m', `chore: version ${version} changelog`], { stdio: 'inherit' })
131+
await execa('git', ['push', 'origin', 'master'], { stdio: 'inherit' })
131132
}
132133

133134
release().catch(err => {

0 commit comments

Comments
 (0)