Skip to content

Commit

Permalink
fix(git): pull changes into master
Browse files Browse the repository at this point in the history
  • Loading branch information
evansiroky committed Nov 29, 2018
1 parent dc3aee4 commit c9b5e57
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/git.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ async function mergeMasterIntoDev (context) {
// the snapshot release
await execa('git', ['checkout', branch], execaOpts)

// pull changes into master
await execa('git', ['pull'], execaOpts)

// checkout dev branch
await execa('git', ['checkout', devBranch], execaOpts)

Expand Down

0 comments on commit c9b5e57

Please sign in to comment.