Skip to content

Commit

Permalink
Merge pull request #22 from LinusU/patch-1
Browse files Browse the repository at this point in the history
Add --atomic flag to git push
  • Loading branch information
davidchambers authored Aug 4, 2016
2 parents b5ffe2b + 839d8af commit ef82335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xyz
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,6 @@ inc component.json

run "git commit --message '$message'"
run "git tag --annotate '$tag' --message '$message'"
run "git push '$repo' 'refs/heads/$branch' 'refs/tags/$tag'"
run "git push --atomic '$repo' 'refs/heads/$branch' 'refs/tags/$tag'"

run "npm publish"

0 comments on commit ef82335

Please sign in to comment.