Skip to content

Commit

Permalink
ci: add commitlint
Browse files Browse the repository at this point in the history
  • Loading branch information
mvines authored and mergify[bot] committed Jun 25, 2019
1 parent e8f3533 commit 4b227d5
Show file tree
Hide file tree
Showing 3 changed files with 282 additions and 11 deletions.
1 change: 1 addition & 0 deletions commitlint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = {extends: ['@commitlint/config-conventional']};
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@
"update-electron-app": "^1.4.2"
},
"devDependencies": {
"@commitlint/config-conventional": "^8.0.0",
"@commitlint/travis-cli": "^8.0.0",
"@semantic-release/github": "^5.4.0",
"babel-cli": "^6.26.0",
"babel-plugin-transform-async-to-generator": "^6.24.1",
Expand Down
Loading

0 comments on commit 4b227d5

Please sign in to comment.