Skip to content

Commit

Permalink
Merge pull request #44 from screwdriver-cd/ver
Browse files Browse the repository at this point in the history
fix: remove semantic-release from devDependencies
  • Loading branch information
d2lam authored Nov 30, 2016
2 parents 16f0815 + 48b41b4 commit 909a2d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@
"eslint-config-screwdriver": "^2.0.0",
"jenkins-mocha": "^3.0.4",
"mockery": "^2.0.0",
"sinon": "^1.17.5",
"semantic-release": "^6.3.2"
"sinon": "^1.17.5"
},
"dependencies": {
"circuit-fuses": "^2.0.3",
Expand Down
2 changes: 1 addition & 1 deletion screwdriver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

publish:
steps:
- install: npm install
- install: npm install semantic-release
- publish: npm run semantic-release
secrets:
# Publishing to NPM
Expand Down

0 comments on commit 909a2d8

Please sign in to comment.