Skip to content
This repository has been archived by the owner on Jun 17, 2020. It is now read-only.

Commit

Permalink
fix(semantic-release): revert to 15.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyperkid123 committed Nov 28, 2018
1 parent 77ef762 commit db7508e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ deploy:
on:
branch: master
script:
- yarn semantic-release --debug
- yarn semantic-release
skip_cleanup: true

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"build": "webpack --env prod --config ./config/webpack.config.js",
"test": "jest --coverage",
"test-ci": "jest && codecov",
"semantic-release": "semantic-release --debug"
"semantic-release": "semantic-release"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -83,7 +83,7 @@
"regenerator-runtime": "^0.12.1",
"resolve-url-loader": "^3.0.0",
"sass-loader": "^7.1.0",
"semantic-release": "^15.12.2",
"semantic-release": "^15.12.0",
"style-loader": "^0.23.1",
"url-loader": "^1.1.2",
"webpack": "^4.25.1",
Expand Down

0 comments on commit db7508e

Please sign in to comment.