Skip to content

Commit

Permalink
Merge pull request #82 from pmowrer/semantic-release
Browse files Browse the repository at this point in the history
Semantic release
  • Loading branch information
pmowrer authored Feb 4, 2020
2 parents f99f849 + 8db469d commit 8f29d48
Show file tree
Hide file tree
Showing 3 changed files with 4,264 additions and 291 deletions.
10 changes: 8 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
language: node_js
node_js:
- "6"
- "5"
- 13
notifications:
email: false
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash
- export PATH="$HOME/.yarn/bin:$PATH"
after_success:
- "[[ $TRAVIS_PULL_REQUEST != 'false' ]] && npx semantic-release-github-pr"
- npx semantic-release --debug
cache: yarn
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
"chai": "^3.2.0",
"mkdirp": "^0.5.1",
"mocha": "^2.3.2",
"node-sass": ">=3.5.3"
"node-sass": ">=3.5.3",
"semantic-release": "^17.0.2",
"semantic-release-github-pr": "^6.0.0"
}
}
Loading

0 comments on commit 8f29d48

Please sign in to comment.