Skip to content

Commit 8fb4d23

Browse files
committed
chore(release): Release automatically
Also fix changelog
1 parent fdee983 commit 8fb4d23

File tree

2 files changed

+24
-26
lines changed

2 files changed

+24
-26
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,10 @@ jobs:
1616
script:
1717
- yarn lint
1818
after_success: skip
19+
- stage: release
20+
node_js: lts/*
21+
script: skip
22+
deploy:
23+
provider: script
24+
skip_cleanup: true
25+
script: yarn release

CHANGELOG.md

Lines changed: 17 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,44 @@
1-
# Change Log
2-
3-
All notable changes to this project will be documented in this file. See
4-
[standard-version](https://github.com/conventional-changelog/standard-version)
5-
for commit guidelines.
6-
7-
<a name="2.0.0"></a>
8-
91
# [2.0.0](https://github.com/researchgate/node-file-processor/compare/v1.2.0...v2.0.0) (2018-03-21)
102

3+
114
### Features
125

13-
- Add keepAlive option
14-
([f9fb05a](https://github.com/researchgate/node-file-processor/commit/f9fb05a))
6+
* Add keepAlive option ([f9fb05a](https://github.com/researchgate/node-file-processor/commit/f9fb05af299a411f517a848279820c5c8140315b))
7+
158

169
### BREAKING CHANGES
1710

18-
- worker-farm options are moved to `options.worker` key.
19-
- abort method renamed to destroy.
11+
* worker-farm options are moved to `options.worker` key.
12+
* abort method renamed to destory.
13+
2014

21-
<a name="1.2.0"></a>
2215

2316
# [1.2.0](https://github.com/researchgate/node-file-processor/compare/v1.1.0...v1.2.0) (2018-01-05)
2417

18+
2519
### Bug Fixes
2620

27-
- Exit immediately if an error happened
28-
([#7](https://github.com/researchgate/node-file-processor/issues/7))
29-
([b41e656](https://github.com/researchgate/node-file-processor/commit/b41e656))
21+
* Exit immediately if an error happened ([#7](https://github.com/researchgate/node-file-processor/issues/7)) ([b41e656](https://github.com/researchgate/node-file-processor/commit/b41e65616e3ed7d328d8fc9061f45ea792fc5a3e))
22+
3023

3124
### Features
3225

33-
- **worker-farm:** Allow to pass-through options to worker-farm
34-
([#6](https://github.com/researchgate/node-file-processor/issues/6))
35-
([64fb20d](https://github.com/researchgate/node-file-processor/commit/64fb20d))
26+
* **worker-farm:** Allow to pass-through options to worker-farm ([#6](https://github.com/researchgate/node-file-processor/issues/6)) ([64fb20d](https://github.com/researchgate/node-file-processor/commit/64fb20d9de420c601681c795d6ccdceddf799d6a))
27+
3628

37-
<a name="1.1.0"></a>
3829

3930
# [1.1.0](https://github.com/researchgate/node-file-processor/compare/v1.0.0...v1.1.0) (2017-08-11)
4031

32+
4133
### Features
4234

43-
- Support multiple paths
44-
([3bc826e](https://github.com/researchgate/node-file-processor/commit/3bc826e))
35+
* Support multiple paths ([3bc826e](https://github.com/researchgate/node-file-processor/commit/3bc826e8f729ab60bd9254f5b27dec39251362b8))
36+
37+
4538

46-
<a name="1.0.0"></a>
39+
# [1.0.0](https://github.com/researchgate/node-file-processor/compare/815824ebe07c1bd6afe3e4508cc4d4ada79e4b82...v1.0.0) (2017-08-09)
4740

48-
# 1.0.0 (2017-08-09)
4941

5042
### Features
5143

52-
- Implement library
53-
([815824e](https://github.com/researchgate/node-file-processor/commit/815824e))
44+
* Implement library ([815824e](https://github.com/researchgate/node-file-processor/commit/815824ebe07c1bd6afe3e4508cc4d4ada79e4b82))

0 commit comments

Comments
 (0)