Skip to content

Commit

Permalink
Fix #880: add pushRepo to github release step in release-it, update v…
Browse files Browse the repository at this point in the history
…ersion.
  • Loading branch information
humphd committed Mar 27, 2020
1 parent 63bd3a7 commit 83f701c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"pushRepo": "upstream"
},
"github": {
"release": true
"release": true,
"pushRepo": "upstream"
},
"npm": {
"publish": false
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
"npm-run-all": "4.1.5",
"prettier": "1.19.1",
"pretty-quick": "2.0.1",
"release-it": "12.6.3",
"release-it": "13.4.0",
"run.env": "1.1.0",
"stylelint": "13.2.0",
"stylelint-config-prettier": "8.0.1",
Expand Down

0 comments on commit 83f701c

Please sign in to comment.