Currently the commit trailer detection logic is fragmented across coauthor and message packages under detection.
These need to be together from a code de-dupe and simplicity point-of-view, since we're also adding Assisted-By in #33 and would be adding more trailer-related detection in near future.
Also since it's trailer-specific, the package name should be trailer.
To summarize, trailer package = everything in coauthor & message + newly added Assisted-By detection
Related discussion here: #49
Currently the commit trailer detection logic is fragmented across
coauthorandmessagepackages underdetection.These need to be together from a code de-dupe and simplicity point-of-view, since we're also adding Assisted-By in #33 and would be adding more trailer-related detection in near future.
Also since it's trailer-specific, the package name should be
trailer.To summarize,
trailerpackage = everything incoauthor&message+ newly added Assisted-By detectionRelated discussion here: #49