Allow release commits #1

Merged
alexvanin merged 1 commit from fix/release-commits into master 2023-07-03 06:30:21 +00:00

View file

@ -15,7 +15,7 @@ import (
func main() { func main() {
// Prepare regexp templates. // Prepare regexp templates.
rxHeader := regexp.MustCompile(`^\[\#[0-9Xx]+\]\s`) rxHeader := regexp.MustCompile(`^(\[\#[0-9Xx]+\]\s|Release)`)
Review

I am always a slowpoke when it comes to remembering escape rules for ( in a specific scenario, so created a #2

I am always a slowpoke when it comes to remembering escape rules for `(` in a specific scenario, so created a https://git.frostfs.info/TrueCloudLab/dco-go/issues/2
rxSignOff := regexp.MustCompile(`^Signed-off-by:`) rxSignOff := regexp.MustCompile(`^Signed-off-by:`)
// Open current git dir. // Open current git dir.