859440b0 by McLemore

Merge branch 'release/commitlint'

2 parents 9521a0d7 981dc284
...@@ -2,6 +2,13 @@ ...@@ -2,6 +2,13 @@
2 2
3 All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. 3 All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4 4
5 ### [1.2.1](https://gitlab.zb100.com/templates/mui-template/compare/v1.2.0...v1.2.1) (2019-12-17)
6
7
8 ### Bug Fixes
9
10 * should add commit-msg hook by cli ([801cc42](https://gitlab.zb100.com/templates/mui-template/commit/801cc42fbcdd76e7ea0f0c92205ba12edf618fd9))
11
5 ## [1.2.0](https://gitlab.zb100.com/templates/mui-template/compare/v1.1.0...v1.2.0) (2019-12-17) 12 ## [1.2.0](https://gitlab.zb100.com/templates/mui-template/compare/v1.1.0...v1.2.0) (2019-12-17)
6 13
7 14
......
...@@ -43,8 +43,7 @@ ...@@ -43,8 +43,7 @@
43 }, 43 },
44 "husky": { 44 "husky": {
45 "hooks": { 45 "hooks": {
46 "pre-commit": "npm run lint-staged", 46 "pre-commit": "npm run lint-staged"
47 "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
48 } 47 }
49 }, 48 },
50 "publishConfig": { 49 "publishConfig": {
......
1 { 1 {
2 "name": "@zb100/mui-template", 2 "name": "@zb100/mui-template",
3 "version": "1.2.0", 3 "version": "1.2.1",
4 "lockfileVersion": 1, 4 "lockfileVersion": 1,
5 "requires": true, 5 "requires": true,
6 "dependencies": { 6 "dependencies": {
......
1 { 1 {
2 "name": "@zb100/mui-template", 2 "name": "@zb100/mui-template",
3 "version": "1.2.0", 3 "version": "1.2.1",
4 "description": "小程序组件模版", 4 "description": "小程序组件模版",
5 "main": "index.js", 5 "main": "index.js",
6 "scripts": { 6 "scripts": {
......