Allow release commits #1
1 changed files with 1 additions and 1 deletions
2
main.go
2
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.
|
||||
|
|
Loading…
Reference in a new issue
I am always a slowpoke when it comes to remembering escape rules for
(
in a specific scenario, so created a #2