mirror of
https://github.com/netbirdio/netbird.git
synced 2026-08-24 16:41:30 +02:00
[misc] Treat release-* branches as git-town perennials
Release branches are long-lived and must never be synced into or shipped to main. With the perennial regex set, git town classifies every release-* branch correctly without per-branch registration.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
[branches]
|
||||
main = "main"
|
||||
perennials = []
|
||||
perennial-regex = ""
|
||||
perennial-regex = "^release-"
|
||||
|
||||
[create]
|
||||
new-branch-type = "feature"
|
||||
|
||||
Reference in New Issue
Block a user