chore(ci): changelog publish fix
This commit is contained in:
parent
3eb22facb8
commit
501238b71a
@ -2,6 +2,7 @@
|
|||||||
"publish": [
|
"publish": [
|
||||||
"@semantic-release/changelog",
|
"@semantic-release/changelog",
|
||||||
"@semantic-release/npm",
|
"@semantic-release/npm",
|
||||||
|
"@semantic-release/git",
|
||||||
{
|
{
|
||||||
"path": "@semantic-release/exec",
|
"path": "@semantic-release/exec",
|
||||||
"cmd": "brew install rpm && brew install dpkg && brew install jq && npm run build -- --linux --win --mac"
|
"cmd": "brew install rpm && brew install dpkg && brew install jq && npm run build -- --linux --win --mac"
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
include:
|
include:
|
||||||
- if: branch = master
|
|
||||||
os: osx
|
os: osx
|
||||||
osx_image: xcode9.0
|
osx_image: xcode9.0
|
||||||
language: node_js
|
language: node_js
|
||||||
@ -21,4 +20,7 @@ deploy:
|
|||||||
provider: script
|
provider: script
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
script:
|
script:
|
||||||
- npx travis-deploy-once "npx semantic-release@13"
|
- npx travis-deploy-once "npx semantic-release@13"
|
||||||
|
on:
|
||||||
|
tags: true
|
||||||
|
branch: master
|
||||||
|
1397
package-lock.json
generated
1397
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -90,6 +90,7 @@
|
|||||||
"@babel/preset-stage-0": "^7.0.0-beta.38",
|
"@babel/preset-stage-0": "^7.0.0-beta.38",
|
||||||
"@semantic-release/changelog": "^1.0.0",
|
"@semantic-release/changelog": "^1.0.0",
|
||||||
"@semantic-release/exec": "^2.0.0",
|
"@semantic-release/exec": "^2.0.0",
|
||||||
|
"@semantic-release/git": "^3.0.0",
|
||||||
"babel-loader": "^8.0.0-beta.0",
|
"babel-loader": "^8.0.0-beta.0",
|
||||||
"babel-plugin-transform-object-rest-spread": "^7.0.0-beta.3",
|
"babel-plugin-transform-object-rest-spread": "^7.0.0-beta.3",
|
||||||
"chai": "^4.1.0",
|
"chai": "^4.1.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user