Skip to content

Commit

Permalink
feat(build): add release-it
Browse files Browse the repository at this point in the history
  • Loading branch information
edeustace committed Mar 12, 2018
1 parent 4901248 commit d87ad4a
Show file tree
Hide file tree
Showing 3 changed files with 6,525 additions and 4 deletions.
9 changes: 9 additions & 0 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"increment": "conventional:angular",
"changelogCommand": "./node_modules/.bin/conventional-changelog -p angular | tail -n +3",
"safeBump": false,
"github": {
"release": true,
"tokenRef": "GITHUB_TOKEN"
}
}
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "The client code for the catalog",
"scripts": {
"test": "./node_modules/.bin/webpack --config test-build/webpack.config.js && wct",
"release": "./node_modules/.bin/gulp release"
"release": "./node_modules/.bin/release-it"
},
"main": "./src/index.js",
"author": "corespring",
Expand All @@ -22,14 +22,15 @@
},
"devDependencies": {
"compression-webpack-plugin": "^0.3.2",
"conventional-changelog-cli": "^1.3.16",
"css-loader": "^0.26.1",
"fs-extra": "^2.0.0",
"gulp": "^3.9.1",
"less-loader": "^2.2.3",
"raw-loader": "^0.5.1",
"release-helper": "github:pielabs/release-helper#v1.3.0",
"style-loader": "^0.13.1",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.4.1"
"webpack-dev-server": "^2.4.1",
"release-it": "^7.2.1"
}
}
}
Loading

0 comments on commit d87ad4a

Please sign in to comment.