Allow release commits #1

Merged
alexvanin merged 1 commits from fix/release-commits into master 2023-07-03 06:30:21 +00:00
There is no content yet.
alexvanin added 1 commit 2023-06-30 16:08:08 +00:00
3ba16336e5 Allow release commits
Signed-off-by: Alex Vanin <a.vanin@yadro.com>
alexvanin requested review from realloc 2023-06-30 16:08:24 +00:00
alexvanin requested review from fyrchik 2023-06-30 16:08:24 +00:00
fyrchik approved these changes 2023-07-02 16:42:17 +00:00
fyrchik reviewed 2023-07-02 16:44:27 +00:00
@ -16,3 +16,3 @@
func main() {
// Prepare regexp templates.
rxHeader := regexp.MustCompile(`^\[\#[0-9Xx]+\]\s`)
rxHeader := regexp.MustCompile(`^(\[\#[0-9Xx]+\]\s|Release)`)

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
alexvanin merged commit 3ba16336e5 into master 2023-07-03 06:30:21 +00:00
alexvanin deleted branch fix/release-commits 2023-07-03 06:30:21 +00:00
Sign in to join this conversation.
There is no content yet.