diff --git a/main.go b/main.go index 7494456..29e9099 100644 --- a/main.go +++ b/main.go @@ -15,7 +15,7 @@ import ( func main() { // Prepare regexp templates. - rxHeader := regexp.MustCompile(`^\[\#[0-9Xx]+\]\s`) + rxHeader := regexp.MustCompile(`^(\[\#[0-9Xx]+\]\s|Release)`) rxSignOff := regexp.MustCompile(`^Signed-off-by:`) // Open current git dir.