ci: 🎡 add semantic-release

This commit is contained in:
streamich 2018-10-28 21:57:40 +01:00
parent 501955a1fd
commit 22c4dc3f86
2 changed files with 2713 additions and 67 deletions

View File

@ -16,7 +16,8 @@
"storybook": "start-storybook -p 6008",
"storybook:build": "build-storybook",
"storybook:upload": "gh-pages -d storybook-static",
"storybook:clean": "rimraf storybook-static"
"storybook:clean": "rimraf storybook-static",
"release": "semantic-release"
},
"author": "@streamich",
"license": "Unlicense",
@ -45,10 +46,26 @@
"ts-loader": "3",
"babel-core": "^6.26.3",
"rimraf": "^2.6.2",
"gh-pages": "^2.0.1"
"gh-pages": "^2.0.1",
"semantic-release": "^15.10.6",
"@semantic-release/changelog": "^3.0.1",
"@semantic-release/npm": "^5.0.5",
"@semantic-release/git": "^7.0.5"
},
"peerDependencies": {
"react": "16.7.0-alpha.0",
"react-dom": "16.7.0-alpha.0"
},
"release": {
"verifyConditions": [
"@semantic-release/changelog",
"@semantic-release/npm",
"@semantic-release/git"
],
"prepare": [
"@semantic-release/changelog",
"@semantic-release/npm",
"@semantic-release/git"
]
}
}

2759
yarn.lock

File diff suppressed because it is too large Load Diff