Merge pull request #94 from Mupceet/develop

chore: make project Commitizen-friendly
This commit is contained in:
kunfei 2020-02-09 17:58:41 +08:00 committed by GitHub
commit cdb8cacefc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 18 additions and 1 deletions

4
.gitignore vendored
View File

@ -7,4 +7,6 @@
/captures
.externalNativeBuild
/release
/tmp
/tmp
node_modules/
package-lock.json

View File

@ -1,3 +1,6 @@
# legado
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
## 阅读3.0
书源规则 https://celeter.github.io/?tdsourcetag=s_pctim_aiomsg

12
package.json Normal file
View File

@ -0,0 +1,12 @@
{
"name": "legado",
"version": "1.0.0",
"devDependencies": {
"cz-conventional-changelog": "^3.1.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}