diff --git a/README.md b/README.md index 71ed852..960c9a4 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 diff --git a/package.json b/package.json index 15f5bf0..26a32cc 100644 --- a/package.json +++ b/package.json @@ -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", @@ -23,5 +24,8 @@ "dependencies": { "debug": "4.1.1", "find-yarn-workspace-root": "1.2.1" + }, + "devDependencies": { + "semantic-release": "^17.0.4" } }