Skip to content

Commit

Permalink
Merge pull request #1 from mturley/add-commitizen
Browse files Browse the repository at this point in the history
feat(package.json): add commitizen, try to trigger a release!
  • Loading branch information
mturley authored Aug 24, 2020
2 parents 0c6dffb + c5bb9f9 commit ebcbbcf
Show file tree
Hide file tree
Showing 3 changed files with 277 additions and 59 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ This library exists as a place to store and reuse abstractions that are useful f
The React components in this library are compositions and extensions of [patternfly-react](https://github.com/patternfly/patternfly-react) components, and we should avoid duplicating components that are available there.

[![Build Status](https://travis-ci.com/mturley/konveyor-common-ui.svg?branch=master)](https://travis-ci.com/mturley/konveyor-common-ui)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)

## Usage

Expand Down
7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
},
"license": "Apache-2.0",
"scripts": {
"commit": "npx git-cz",
"test": "jest",
"test:watch": "jest --watch",
"lint": "eslint --ext .tsx,.js ./src/",
Expand All @@ -41,6 +42,7 @@
"@typescript-eslint/parser": "^3.8.0",
"babel-loader": "^8.1.0",
"babel-preset-react-app": "^9.1.2",
"cz-conventional-changelog": "3.2.0",
"eslint": "^7.6.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.4",
Expand All @@ -66,5 +68,10 @@
"@patternfly/react-core": "^4.40.4",
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}
Loading

0 comments on commit ebcbbcf

Please sign in to comment.