Skip to content

Commit

Permalink
build: push changelog commit in release script
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorlxy committed Apr 15, 2020
1 parent 10ab1a6 commit 0a0702f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/release.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ const release = async () => {

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

release().catch(err => {
Expand Down

0 comments on commit 0a0702f

Please sign in to comment.