Commit 20fbbde
committed
fix(ci): align commit analysis regex with timetraq-backend pattern
- Use grep -E with correct escaping for major detection
(BREAKING CHANGE|feat(...)?!:)
- Use proper regex for minor detection
(^feat(...)?:) matching both feat: and feat(scope):1 parent c810e39 commit 20fbbde
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
0 commit comments