Skip to content

fix(semrel): ensure fallback patch release when git commit message header contains a slash

Michael requested to merge fix/semrel-patch-fallback-slash into main

Globbing is used, so a single * will only match until the first /. A commit with "a/b" will not match and no patch release fallback will happen.

Also switch from message to header to get the complete commit message title line regardless of what was parsed by conventional-commits-parser.

Merge request reports