forked from newyork-anthonyng/react-show-more
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use semantic-release to generate a changelog and release to npm via travis
- Loading branch information
Vince Speelman
committed
Feb 10, 2018
1 parent
0ae138c
commit bab2fc9
Showing
4 changed files
with
3,114 additions
and
328 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,18 @@ | ||
language: node_js | ||
cache: | ||
directories: | ||
- ~/.npm | ||
notifications: | ||
email: false | ||
node_js: | ||
- "9" | ||
- node | ||
|
||
script: echo "Running tests against $(node -v)..." | ||
|
||
- '9' | ||
jobs: | ||
include: | ||
- stage: Produce Coverage | ||
node_js: node | ||
script: jest --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js | ||
- stage: Produce Coverage | ||
node_js: node | ||
script: jest --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js | ||
after_success: | ||
- npm run travis-deploy-once "npm run semantic-release" | ||
branches: | ||
except: | ||
- /^v\d+\.\d+\.\d+$/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,75 @@ | ||
<a name="1.0.1"></a> | ||
## <small>1.0.1 (2018-02-09)</small> | ||
|
||
* v1.0.1 ([0ae138c](https://github.com/tedconf/react-show-more/commit/0ae138c)) | ||
* docs(readme): add a gif ([3963700](https://github.com/tedconf/react-show-more/commit/3963700)) | ||
|
||
|
||
|
||
<a name="1.0.0"></a> | ||
## 1.0.0 (2018-02-09) | ||
|
||
* v1.0.0 ([e26ec08](https://github.com/tedconf/react-show-more/commit/e26ec08)) | ||
* docs(readme): update badges ([e16ffaf](https://github.com/tedconf/react-show-more/commit/e16ffaf)) | ||
* build(ci): add coveralls to travis ([a451687](https://github.com/tedconf/react-show-more/commit/a451687)) | ||
* build(ci): configure travis ([b1322d5](https://github.com/tedconf/react-show-more/commit/b1322d5)) | ||
* build(ci): remove jest-junit ([4caa39c](https://github.com/tedconf/react-show-more/commit/4caa39c)) | ||
|
||
|
||
|
||
<a name="0.5.4"></a> | ||
## <small>0.5.4 (2018-02-09)</small> | ||
|
||
* v0.5.4 ([0f4847f](https://github.com/tedconf/react-show-more/commit/0f4847f)) | ||
* docs(readme): add props and child fn ([fffc4cc](https://github.com/tedconf/react-show-more/commit/fffc4cc)) | ||
|
||
|
||
|
||
<a name="0.5.3"></a> | ||
## <small>0.5.3 (2018-02-08)</small> | ||
|
||
* v0.5.3 ([3a655bc](https://github.com/tedconf/react-show-more/commit/3a655bc)) | ||
* feat(package): publish under @tedconf namespace ([8d8c78e](https://github.com/tedconf/react-show-more/commit/8d8c78e)) | ||
|
||
|
||
|
||
<a name="0.5.2"></a> | ||
## <small>0.5.2 (2018-02-07)</small> | ||
|
||
* v0.5.2 ([91f071c](https://github.com/tedconf/react-show-more/commit/91f071c)) | ||
* fix: revert name until npm fixes me ([b0036e5](https://github.com/tedconf/react-show-more/commit/b0036e5)) | ||
* fix(onEnd): return null to onMore if we're at the last item ([a5b5666](https://github.com/tedconf/react-show-more/commit/a5b5666)) | ||
|
||
|
||
|
||
<a name="0.5.1"></a> | ||
## <small>0.5.1 (2018-02-07)</small> | ||
|
||
* v0.5.1 ([6de213f](https://github.com/tedconf/react-show-more/commit/6de213f)) | ||
* fix(npm): add public access ([624eb0a](https://github.com/tedconf/react-show-more/commit/624eb0a)) | ||
* fix(onMore): handle odd `current` / `by` combinations ([00e2451](https://github.com/tedconf/react-show-more/commit/00e2451)) | ||
* chore(npm): add `browser` field ([989e44a](https://github.com/tedconf/react-show-more/commit/989e44a)) | ||
|
||
|
||
|
||
<a name="0.3.0"></a> | ||
## 0.3.0 (2018-02-07) | ||
|
||
* v0.3.0 ([d76dae4](https://github.com/tedconf/react-show-more/commit/d76dae4)) | ||
* feat(npm): post under ted namespace ([95f7399](https://github.com/tedconf/react-show-more/commit/95f7399)) | ||
|
||
|
||
|
||
<a name="0.2.0"></a> | ||
## 0.2.0 (2018-02-07) | ||
|
||
* v0.2.0 ([77b8685](https://github.com/tedconf/react-show-more/commit/77b8685)) | ||
* build(npm): build before publish ([303e281](https://github.com/tedconf/react-show-more/commit/303e281)) | ||
* build(npm): publish compiled files ([c453d89](https://github.com/tedconf/react-show-more/commit/c453d89)) | ||
* build(rollup): configure babel to handle modules in test, but not build ([20e2f61](https://github.com/tedconf/react-show-more/commit/20e2f61)) | ||
* fix: change name ([0c5b3a1](https://github.com/tedconf/react-show-more/commit/0c5b3a1)) | ||
* docs: add readme with basic usage ([31183c0](https://github.com/tedconf/react-show-more/commit/31183c0)) | ||
* feat: initialize component ([0d8bda9](https://github.com/tedconf/react-show-more/commit/0d8bda9)) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.