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

Commit 6bf8eeb

Browse files
author
Charlike Mike Reagent
committed
fix(release): add new-release to publish on CI
TAG: latest
1 parent 65e95da commit 6bf8eeb

File tree

3 files changed

+241
-4
lines changed

3 files changed

+241
-4
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,16 @@ os: linux
1818
before_install:
1919
- curl -o- -L https://yarnpkg.com/install.sh | bash
2020
- export PATH=$HOME/.yarn/bin:$PATH
21-
- yarn global add npx
21+
- export CIRCLECI=true
22+
- yarn global add npx new-release
2223

2324
install: npx -p node@8 yarn install
2425

2526
script: yarn test
2627

2728
after_success:
2829
- bash <(curl -s https://codecov.io/bash)
30+
- npx -p node@8 new-release
2931

3032
branches:
3133
except:

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@
4040
"hela": "1.1.3",
4141
"hela-preset-tunnckocore": "0.5.19",
4242
"husky": "0.14.3",
43-
"mukla": "0.4.9"
43+
"mukla": "0.4.9",
44+
"new-release": "4.0.1"
4445
},
4546
"keywords": [
4647
"args",

0 commit comments

Comments
 (0)