Skip to content

Commit

Permalink
chore(repo): update semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
tlvince committed Nov 9, 2019
1 parent 39c40ce commit f9a3386
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
13 changes: 9 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,12 @@ notifications:
node_js:
- 8
- 10
before_script:
- npm prune
after_success:
- npm run semantic-release
jobs:
include:
- stage: release
node_js: lts/*
deploy:
provider: script
skip_cleanup: true
script:
- npx semantic-release
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "eslint-plugin-jasmine",
"version": "0.0.0-development",
"description": "ESLint rules for Jasmine",
"main": "index.js",
"directories": {
Expand All @@ -10,7 +11,7 @@
"pretest": "standard",
"test": "mocha",
"watch": "mocha --watch",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
"semantic-release": "semantic-release"
},
"keywords": [
"eslint",
Expand Down Expand Up @@ -38,9 +39,9 @@
"eslint": "^4.0.0",
"ghooks": "^2.0.0",
"mocha": "^3.1.2",
"semantic-release": "^6.3.2",
"standard": "^10.0.0",
"validate-commit-msg": "^2.8.2"
"validate-commit-msg": "^2.8.2",
"semantic-release": "^15.13.30"
},
"config": {
"ghooks": {
Expand Down

0 comments on commit f9a3386

Please sign in to comment.