Skip to content

Commit

Permalink
fix: share build for release job
Browse files Browse the repository at this point in the history
share build for release job in hotfix/v1.0.0

Part of #46
  • Loading branch information
romanrostislavovich committed Jun 19, 2018
1 parent 73d51ef commit 7083373
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
14 changes: 10 additions & 4 deletions .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@
"type": "perf",
"release": "patch"
},
{
"type": "ci",
"release": "patch"
},
{
"type": "feat",
"release": "minor"
Expand All @@ -46,17 +50,19 @@
]
}
},
"publish": [
"verifyRelease" : [
{
"path": "@semantic-release/exec",
"cmd": "gulp release --nextRelease=${nextRelease.version} && gulp test-release"
},
"@semantic-release/npm",
}
],
"publish": [
{
"path": "@semantic-release/github",
"assets": [
"dist/*.json"
]
}
},
"@semantic-release/npm"
]
}
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ cache:
directories:
- node_modules
- ~/.npm
- build
git:
submodules: false
before_install: git submodule update --init
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"tag": "beta"
"tag": "beta",
"access": "public"
},
"main": "index.js",
"files": [
Expand Down

0 comments on commit 7083373

Please sign in to comment.