Skip to content

Commit

Permalink
fix(release): fix wrong pushRepo option in release-it according to th…
Browse files Browse the repository at this point in the history
…e latest version

ISSUES CLOSED: #669
  • Loading branch information
christophercr committed Sep 7, 2018
1 parent 00e4813 commit 5992603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"tagAnnotation": "%s",
"push": true,
"pushArgs": "",
"pushRepo": null,
"pushRepo": "origin",
"beforeStartCommand": false,
"afterReleaseCommand": false
},
Expand Down

0 comments on commit 5992603

Please sign in to comment.