[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:
Brad Ison
2026-08-11 18:23:47 +02:00
parent e44d68a035
commit 87134da64b

View File

@@ -3,7 +3,7 @@
[branches]
main = "main"
perennials = []
perennial-regex = ""
perennial-regex = "^release-"
[create]
new-branch-type = "feature"