Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Commit

Permalink
use smooth-release to release new versions
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescoCioria committed May 3, 2017
1 parent 3957dfa commit 9213ef8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .smooth-releaserc
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"github": {
"dataType": "pullRequests"
},
"tasks": {
"npm-publish": true,
"npm-version": true,
"gh-release": true,
"changelog": true
}
}
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"build-examples": "npm run clean && webpack --config examples/webpack.config.build.js --progress",
"start": "webpack-dev-server --config examples/webpack.config.js --progress --hot --inline",
"clean": "rm -f examples/bundle.js examples/bundle.js.map",
"generate-readme": "node ./generateReadme.js"
"generate-readme": "node ./generateReadme.js",
"release-version": "smooth-release"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -59,6 +60,7 @@
"react": "^0.13.3",
"react-readme-generator": "0.0.1",
"require-dir": "^0.3.0",
"smooth-release": "^8.0.3",
"webpack": "^1.9.10",
"webpack-dev-server": "^1.9.0"
},
Expand Down

0 comments on commit 9213ef8

Please sign in to comment.