[PATCH v3 04/11] .gitpublish: update base to current working branch

Alex Bennée <[email protected]> Fri, 10 Oct 2025 17:28:51 +0100
Newsgroups dev.linux.lists.virtio-comment
Message-ID <[email protected]>
The current working branch is virtio-1.4 so lets use that as our
reference for gitpublish.

Reviewed-by: Parav Pandit <[email protected]>
Signed-off-by: Alex Bennée <[email protected]>
---
 .gitpublish | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitpublish b/.gitpublish
index d412896..84414a7 100644
--- a/.gitpublish
+++ b/.gitpublish
@@ -1,3 +1,3 @@
 [gitpublishprofile "default"]
-base = master
+base = origin/virtio-1.4
 to = [email protected]
-- 
2.47.3