Skip to content
This repository was archived by the owner on Feb 8, 2020. It is now read-only.

Commit cf06879

Browse files
author
Charlike Mike Reagent
committed
fix(deps): use new-release package for automatic publishing
pre hela@2 and hela-config-tunnckocore@2 stuff TAG: latest
1 parent 55d3e5f commit cf06879

File tree

3 files changed

+230
-1319
lines changed

3 files changed

+230
-1319
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ script: yarn test
2323

2424
after_success:
2525
- bash <(curl -s https://codecov.io/bash)
26+
- yarn run release
2627

2728
branches:
2829
except:

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@
1111
"module": "./dist/index.es.js",
1212
"scripts": {
1313
"start": "hela",
14-
"test": "yarn start test",
15-
"precommit": "yarn start precommit",
16-
"commit": "yarn start commit"
14+
"test": "NODE_ENV=test yarn hela test",
15+
"precommit": "yarn hela precommit",
16+
"commit": "yarn hela commit",
17+
"release": "new-release"
1718
},
1819
"license": "MIT",
1920
"licenseStart": 2016,
@@ -40,7 +41,7 @@
4041
"hela-preset-tunnckocore": "0.5.19",
4142
"husky": "0.14.3",
4243
"mukla": "0.4.9",
43-
"semantic-release": "7.0.2"
44+
"new-release": "4.0.1"
4445
},
4546
"keywords": [
4647
"args",

0 commit comments

Comments
 (0)