forked from commitizen-tools/commitizen
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit ba5e539
fix: ignore invalid tags
Starting in 4.4.0 due to commitizen-tools#1297 when an invalid tag is present an exception is thrown
This commit ignores the invalid tags
Follow up from commitizen-tools#1375 1 parent 617b610 commit ba5e539
File tree
2 files changed
+10
-1
lines changed- commitizen/providers
- tests/providers
2 files changed
+10
-1
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | + | ||
4 | + | ||
3 | 5 |
| |
4 | 6 |
| |
5 | 7 |
| |
| |||
18 | 20 |
| |
19 | 21 |
| |
20 | 22 |
| |
21 | - | ||
23 | + | ||
24 | + | ||
25 | + | ||
26 | + | ||
27 | + | ||
28 | + | ||
29 | + | ||
22 | 30 |
| |
23 | 31 |
| |
24 | 32 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
26 | + | ||
26 | 27 |
| |
27 | 28 |
| |
28 | 29 |
| |
|
0 commit comments