From 637bb406d4822ad976666ba234de931c3c7ad9a6 Mon Sep 17 00:00:00 2001 From: Kevin Goslar Date: Wed, 5 Nov 2025 04:44:33 -0600 Subject: [PATCH 1/2] Update deprecated Git Town configuration option --- .git-branches.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.git-branches.toml b/.git-branches.toml index b23be90..858712b 100644 --- a/.git-branches.toml +++ b/.git-branches.toml @@ -1,7 +1,7 @@ # Git Town configuration file push-hook = true -push-new-branches = false +share-new-branches = false ship-delete-tracking-branch = false sync-before-ship = false sync-upstream = true From 18566f034923bee7eab0b2e7c11da153dd7aad38 Mon Sep 17 00:00:00 2001 From: Kevin Goslar Date: Wed, 5 Nov 2025 04:45:06 -0600 Subject: [PATCH 2/2] .git-branches.toml --- .git-branches.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.git-branches.toml b/.git-branches.toml index 858712b..1308936 100644 --- a/.git-branches.toml +++ b/.git-branches.toml @@ -1,7 +1,7 @@ # Git Town configuration file push-hook = true -share-new-branches = false +share-new-branches = "no" ship-delete-tracking-branch = false sync-before-ship = false sync-upstream = true