Allow release commits #1
Labels
No labels
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/dco-go#1
Loading…
Reference in a new issue
No description provided.
Delete branch "fix/release-commits"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -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