Allow release commits

Signed-off-by: Alex Vanin <a.vanin@yadro.com>
pull/1/head v1
Alexey Vanin 2023-06-30 19:07:45 +03:00
parent 1ba1dab35d
commit 3ba16336e5
1 changed files with 1 additions and 1 deletions

View File

@ -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.