Skip to content

Commit 349f219

Browse files
committed
fix($ci): insure releases are published from travis
1 parent 6b961f2 commit 349f219

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

.travis.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
sudo: false
22
language: node_js
33
node_js:
4-
- node
5-
- 6
6-
- 4
4+
- stable
75
script:
86
- echo success
9-
107
after_success:
118
- yarn run semantic-release
129
branches:

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ Most the code comes from the original Extract Text Webpack Plugin--the goal is t
153153

154154

155155
## Contribution
156-
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.
156+
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).
157157

158158
[npm]: https://img.shields.io/npm/v/extract-css-chunks-webpack-plugin.svg
159159
[npm-url]: https://npmjs.com/package/extract-css-chunks-webpack-plugin

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,5 @@
5050
"commitizen": {
5151
"path": "./node_modules/cz-conventional-changelog"
5252
}
53-
},
54-
"version": "0.0.0-development"
53+
}
5554
}

0 commit comments

Comments
 (0)