Skip to content

Commit 8f29d48

Browse files
authored
Merge pull request #82 from pmowrer/semantic-release
Semantic release
2 parents f99f849 + 8db469d commit 8f29d48

File tree

3 files changed

+4264
-291
lines changed

3 files changed

+4264
-291
lines changed

.travis.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
language: node_js
22
node_js:
3-
- "6"
4-
- "5"
3+
- 13
54
notifications:
65
email: false
6+
before_install:
7+
- curl -o- -L https://yarnpkg.com/install.sh | bash
8+
- export PATH="$HOME/.yarn/bin:$PATH"
9+
after_success:
10+
- "[[ $TRAVIS_PULL_REQUEST != 'false' ]] && npx semantic-release-github-pr"
11+
- npx semantic-release --debug
12+
cache: yarn

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@
3232
"chai": "^3.2.0",
3333
"mkdirp": "^0.5.1",
3434
"mocha": "^2.3.2",
35-
"node-sass": ">=3.5.3"
35+
"node-sass": ">=3.5.3",
36+
"semantic-release": "^17.0.2",
37+
"semantic-release-github-pr": "^6.0.0"
3638
}
3739
}

0 commit comments

Comments
 (0)