Skip to content

Commit

Permalink
fix($ci): insure releases are published from travis
Browse files Browse the repository at this point in the history
  • Loading branch information
faceyspacey committed Apr 27, 2017
1 parent 6b961f2 commit 349f219
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
sudo: false
language: node_js
node_js:
- node
- 6
- 4
- stable
script:
- echo success

after_success:
- yarn run semantic-release
branches:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ Most the code comes from the original Extract Text Webpack Plugin--the goal is t


## Contribution
We use [commitizen](https://github.com/commitizen/cz-cli), so run `npm run commit` to make commits. A command-line form will appear, requiring you answer a few questions to automatically produce a nicely formatted commit.
We use [commitizen](https://github.com/commitizen/cz-cli), so run `npm run commit` to make commits. A command-line form will appear, requiring you answer a few questions to automatically produce a nicely formatted commit. Releases, semantic version numbers, tags and changelogs will automatically be generated based on these commits thanks to [semantic-release](https://github.com/semantic-release/semantic-release).

[npm]: https://img.shields.io/npm/v/extract-css-chunks-webpack-plugin.svg
[npm-url]: https://npmjs.com/package/extract-css-chunks-webpack-plugin
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,5 @@
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"version": "0.0.0-development"
}
}

0 comments on commit 349f219

Please sign in to comment.