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
+30-2Lines changed: 30 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,9 +31,37 @@ Just follow the commands below:
31
31
32
32
## Usage and configuration
33
33
34
-
Configuration tags available:
34
+
For this project to work smoothly, you must have in your working directory a file named **commiter.yml**. In this file you must pass the commit convention that you want to use, following the example:
35
+
36
+
```yaml
37
+
convention: angular
38
+
# or
39
+
convention: changelog
40
+
# or even
41
+
convention: symphony
42
+
```
43
+
44
+
45
+
46
+
Supported conventions available:
35
47
<!-- list here all tags that are used in configuration file -->
36
-
-
48
+
49
+
- angular/karma
50
+
- changelog
51
+
- symphony
52
+
53
+
In the event of no commiter.yml file presence, you will be prompted with the following option menu:
0 commit comments