Skip to content

Commit

Permalink
fix: update semantic release
Browse files Browse the repository at this point in the history
  • Loading branch information
bahmutov committed Apr 6, 2020
1 parent 4417f4d commit 09ba224
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# find-webpack
# find-webpack [![semantic-release][semantic-image] ][semantic-url] [![Build status][ci-image] ][ci-url]
> Utility to find webpack settings in react-scripts and other situations
## Debugging
Expand All @@ -18,3 +18,8 @@ Gleb Bahmutov <gleb.bahmutov@gmail.com> © 2017
### License

[MIT](LICENSE) - do anything with the code, but don't blame me if it does not work.

[ci-image]: https://github.com/bahmutov/find-webpack/workflows/ci/badge.svg?branch=master
[ci-url]: https://github.com/bahmutov/find-webpack/actions
[semantic-image]: https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg
[semantic-url]: https://github.com/semantic-release/semantic-release
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"name": "find-webpack",
"version": "1.0.0",
"version": "0.0.0-development",
"description": "Utility to find webpack settings in react-scripts and other situations",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"semantic-release": "semantic-release"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bahmutov/find-webpack.git"
"url": "https://github.com/bahmutov/find-webpack.git"
},
"keywords": [
"webpack",
Expand All @@ -23,5 +24,8 @@
"dependencies": {
"debug": "4.1.1",
"find-yarn-workspace-root": "1.2.1"
},
"devDependencies": {
"semantic-release": "^17.0.4"
}
}

0 comments on commit 09ba224

Please sign in to comment.