File tree 1 file changed +39
-3
lines changed 1 file changed +39
-3
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,18 @@ Commitizen
4
4
5
5
Python 3 command line utility to standardize commit messages
6
6
7
- [!][Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg?style=flat-square)](https://conventionalcommits.org)
8
7
8
+ .. |conventional-commits | image :: https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg?style=flat-square
9
+ :alt: Conventional Commits
10
+ :target: https://conventionalcommits.org
11
+
12
+ .. |version | image :: https://img.shields.io/pypi/v/commitizen.svg?style=flat-square
13
+ :alt: PyPI Package latest release
14
+ :target: https://pypi.org/project/commitizen/
15
+
16
+ .. |supported-versions | image :: https://img.shields.io/pypi/pyversions/commitizen.svg?style=flat-square
17
+ :alt: Supported versions
18
+ :target: https://pypi.org/project/commitizen/
9
19
10
20
About
11
21
=======
@@ -14,7 +24,12 @@ This client tool prompts the user with information about the commit.
14
24
15
25
Based on `conventional commits <https://conventionalcommits.org/ >`_
16
26
17
- By default it uses `angular guidelines <https://github.com/angular/angular.js/blob/master/CONTRIBUTING.md#commit >`_
27
+
28
+ Current commitizens
29
+ ===================
30
+
31
+ `angular guidelines <https://github.com/angular/angular.js/blob/master/CONTRIBUTING.md#commit >`_
32
+
18
33
19
34
20
35
Installation
@@ -32,7 +47,14 @@ Run in your terminal
32
47
33
48
::
34
49
35
- cz
50
+ cz commit
51
+
52
+ or
53
+
54
+ ::
55
+
56
+ cz c
57
+
36
58
37
59
Help
38
60
=====
57
79
info show information about the cz
58
80
schema show commit schema
59
81
82
+
83
+ Configuration
84
+ ==============
85
+
86
+ You can create in your project folder a filled called :code: `.cz `, :code: `.cz.cfg ` or in your :code: `setup.cfg `
87
+ or if you want to configure the global default in your user's home folder a :code: `.cz ` file
88
+ with the following information:
89
+
90
+ ::
91
+
92
+ [commitizen]
93
+ name = cz_angular
94
+
95
+
60
96
Creating a commiter
61
97
========================
62
98
You can’t perform that action at this time.
0 commit comments