GitHub Actions
56e3e70fa2
fix(ci): tighten minor_pattern regex in auto-versioning
...
The previous pattern '/(feat|feat\\()/)' was too broad and could
match any commit containing 'feat' substring (like 'defeat', 'feature').
Changed to '/^feat(\\(.+\\))?:/' which properly matches only
Conventional Commits format: 'feat:' or 'feat(scope):'
2026-01-24 23:19:59 +00:00
..
2025-12-21 04:08:42 +00:00
2026-01-19 21:16:19 +00:00
2025-12-21 04:08:42 +00:00
2026-01-24 23:19:59 +00:00
2026-01-16 03:43:13 +00:00
2025-12-21 04:08:42 +00:00
2026-01-16 03:43:13 +00:00
2026-01-16 03:41:10 +00:00
2025-12-21 04:08:42 +00:00
2026-01-24 23:04:11 +00:00
2026-01-15 15:25:58 +00:00
2026-01-15 16:34:35 +00:00
2026-01-15 16:34:35 +00:00
2025-12-21 04:08:42 +00:00
2026-01-20 06:11:59 +00:00
2025-12-21 04:08:42 +00:00
2026-01-24 22:22:40 +00:00
2026-01-15 16:34:35 +00:00
2025-12-21 04:08:42 +00:00
2026-01-15 16:34:35 +00:00
2026-01-16 03:43:13 +00:00
2026-01-16 03:43:13 +00:00
2026-01-11 04:27:26 +00:00
2026-01-19 21:16:19 +00:00
2025-12-21 04:08:42 +00:00
2026-01-19 21:16:19 +00:00
2026-01-24 23:17:57 +00:00
2026-01-19 21:16:19 +00:00
2026-01-13 22:11:35 +00:00
2026-01-11 20:39:57 +00:00