Skip to content

Commit

Permalink
chore: use semantic-action
Browse files Browse the repository at this point in the history
  • Loading branch information
bahmutov committed Dec 26, 2017
1 parent 32ee322 commit 917e711
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"scripts": {
"test": "eslint **/*.js && mocha",
"test-watch": "mocha watch",
"semantic-release": "semantic-release pre && npm publish --access public && semantic-release post",
"semantic-release": "semantic-action pre && npm publish --access public && semantic-action post",
"commit": "commit-wizard"
},
"devDependencies": {
Expand All @@ -33,7 +33,7 @@
"mocha": "^3.5.0",
"npm-utils": "^2.0.0",
"pre-git": "^3.15.0",
"semantic-release": "7.0.2",
"semantic-action": "^1.1.0",
"simple-commit-message": "^3.0.2"
},
"release": {
Expand Down

0 comments on commit 917e711

Please sign in to comment.