File tree Expand file tree Collapse file tree 2 files changed +27
-3
lines changed Expand file tree Collapse file tree 2 files changed +27
-3
lines changed Original file line number Diff line number Diff line change 1
- # tencent-component-toolkit
1
+ # Tencent Component Toolkit
2
2
3
3
[ ![ npm] ( https://img.shields.io/npm/v/tencent-component-toolkit )] ( http://www.npmtrends.com/tencent-component-toolkit )
4
4
[ ![ NPM downloads] ( http://img.shields.io/npm/dm/tencent-component-toolkit.svg?style=flat-square )] ( http://www.npmtrends.com/tencent-component-toolkit )
@@ -13,6 +13,29 @@ Tencent component toolkit.
13
13
$ npm install tencent-component-toolkit --save
14
14
```
15
15
16
+ ## Development
17
+
18
+ All ` git commit ` mesage must follow below syntax:
19
+
20
+ ``` bash
21
+ type(scope? ): subject # scope is optional
22
+ ```
23
+
24
+ support type:
25
+
26
+ ``` bash
27
+ - ** feat** : add new feature
28
+ - ** fix** : fix bug or patch feature
29
+ - ** ci** : CI
30
+ - ** chore** : modify config, nothing to do with production code
31
+ - ** docs** : create or modifiy documents
32
+ - ** refactor** : refactor project
33
+ - ** revert** : revert
34
+ - ** test** : test
35
+ ```
36
+
37
+ Most of time, we just use ` feat ` and ` fix ` .
38
+
16
39
## License
17
40
18
- MIT License
41
+ Copyright (c) 2019-present Tencent Cloud, Inc.
Original file line number Diff line number Diff line change 39
39
"url" : " git+https://github.com/serverless-tencent/tencent-component-toolkit.git"
40
40
},
41
41
"keywords" : [
42
- " template" ,
42
+ " tencent-component" ,
43
+ " tencent-component-toolkit" ,
43
44
" release" ,
44
45
" ci"
45
46
],
You can’t perform that action at this time.
0 commit comments