Skip to content

Commit 2428280

Browse files
author
Andrey Okonetchnikov
committed
build: Use latest semantic-release
1 parent e6d80f8 commit 2428280

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,4 @@ node_modules
3131

3232
# Build files
3333
dist
34+
Changelog.md

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ cache:
66
notifications:
77
email: false
88
node_js:
9-
- 'stable'
9+
- stable
1010
- '6'
1111
- '4'
1212
before_install:
@@ -17,7 +17,8 @@ after_success:
1717
- 'curl -Lo travis_after_all.py https://git.io/travis_after_all'
1818
- python travis_after_all.py
1919
- export $(cat .to_export_back) &> /dev/null
20-
- npm run semantic-release
20+
- npm install -g semantic-release
21+
- semantic-release
2122
branches:
2223
except:
2324
- /^v\d+\.\d+\.\d+$/

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"test": "mocha --compilers js:babel-core/register --recursive",
1010
"test:watch": "npm test -- --watch",
1111
"lint": "eslint src/ test/",
12-
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
1312
"precommit": "lint-staged"
1413
},
1514
"repository": {
@@ -55,7 +54,6 @@
5554
"lint-staged": "^4.1.3",
5655
"mocha": "^3.5.0",
5756
"prettier": "^1.6.1",
58-
"semantic-release": "^4.3.5",
5957
"webpack": "^3.5.5"
6058
},
6159
"engines": {

0 commit comments

Comments
 (0)