Skip to content

Commit

Permalink
Merge pull request #483 from Kitware/condition-circle
Browse files Browse the repository at this point in the history
Enable semantic-release on Circle
  • Loading branch information
Roni Choudhury committed May 1, 2017
2 parents 8c13fa6 + c6b6674 commit 2f61310
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
"clean-webpack-plugin": "^0.1.7",
"codecov.io": "^0.1.6",
"commitizen": "^2.8.6",
"condition-circle": "^1.5.0",
"conventional-commit-types": "^2.1.0",
"copy-webpack-plugin": "^1.1.1",
"cz-conventional-changelog": "^1.2.0",
Expand Down Expand Up @@ -148,5 +149,8 @@
"validate-commit-msg": {
"helpMessage": "This project is commitizen-friendly.\nLearn more at https://commitizen.github.io/cz-cli/https://commitizen.github.io/cz-cli/\nTo try again, you can say \"git commit -t .git/COMMIT_EDITMSG\".\nOr, you can use git-cz to make your commits."
}
},
"release": {
"verifyConditions": "condition-circle"
}
}

0 comments on commit 2f61310

Please sign in to comment.