mirror of
https://github.com/streamich/react-use.git
synced 2026-01-18 14:06:52 +00:00
ci: 🎡 add semantic-release
This commit is contained in:
parent
501955a1fd
commit
22c4dc3f86
21
package.json
21
package.json
@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user