You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,11 +83,11 @@ See [commitizen documentation](https://github.com/commitizen/cz-cli#making-your-
83
83
Aliases are additionnal commit types that will be formatted to follow [AngularJS Commit Message Conventions](https://docs.google.com/document/d/1QrDFcIiPjSLDn3EL15IJygNPiHORgU1_OOAqWjiDU5Y/edit) and automatically set some fields.
84
84
85
85
For example when choosing `initial`, `cz-conventional-commit` will automatically set:
86
-
* the standard type to `feat`
87
-
* the `scope` to empty
88
-
* the `subject` to 'Initial commit 🎉'
89
-
* the `issues` to empty
90
-
* the `breaking` to empty
86
+
*the standard type to `feat`
87
+
*the `scope` to empty
88
+
*the `subject` to 'Initial commit 🎉'
89
+
*the `issues` to empty
90
+
*the `breaking` to empty
91
91
92
92
The commit message will be `feat: Initial commit 🎉`.
93
93
@@ -101,4 +101,4 @@ The commit message will be `feat: Initial commit 🎉`.
101
101
102
102
## Related
103
103
104
-
-[conventional-commit-types](hhttps://github.com/vanduynslagerp/conventional-commit-types) - List of conventional commit types and aliases for this module
104
+
*[conventional-commit-types](hhttps://github.com/vanduynslagerp/conventional-commit-types) - List of conventional commit types and aliases for this module
0 commit comments