Skip to content

Commit

Permalink
fix(ci): fixing semantic release publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
bahmutov committed May 4, 2017
1 parent e07a1f1 commit 2f0284e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ after_success:
- npm run semantic-release
branches:
except:
- "/^v\\d+\\.\\d+\\.\\d+$/"
- /^v\d+\.\d+\.\d+$/
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "node-hook",
"description": "Run source transform function on Node require",
"version": "0.0.0-semantic-release",
"main": "index.js",
"scripts": {
"test": "gt test/jsTest.js --output",
Expand Down Expand Up @@ -34,7 +33,7 @@
"git-issues": "1.3.1",
"gt": "0.10.0",
"pre-git": "3.14.0",
"semantic-release": "6.3.6",
"semantic-release": "^6.3.2",
"standard": "10.0.2"
},
"files": [
Expand Down

0 comments on commit 2f0284e

Please # to comment.