Skip to content

Commit

Permalink
chore: setup conventional commits
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsmehlhorn committed Mar 20, 2020
1 parent 5b1942b commit fe83b20
Show file tree
Hide file tree
Showing 5 changed files with 2,049 additions and 36 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -21,6 +21,7 @@ before_install:
- sudo dpkg -i google-chrome*.deb

script:
- commitlint-travis
- npm run lint
- npm run test:ci
- npm run build
8 changes: 8 additions & 0 deletions .versionrc
@@ -0,0 +1,8 @@
{
"packageFiles": [
{
"filename": "projects/ngx-operators/package.json",
"type": "json"
}
]
}
1 change: 1 addition & 0 deletions commitlint.config.js
@@ -0,0 +1 @@
module.exports = {extends: ['@commitlint/config-conventional']}

0 comments on commit fe83b20

Please sign in to comment.