RE: [PATCH 3/9] .gitpublish: update base to current working branch

Parav Pandit <[email protected]> Thu, 9 Oct 2025 05:01:32 +0000
Newsgroups dev.linux.lists.virtio-comment
Message-ID <CY8PR12MB719559EB92DCF4995DFBC3D2DCEEA@CY8PR12MB7195.namprd12.prod.outlook.com>
> From: Alex Bennée <[email protected]>
> Sent: 08 October 2025 08:29 PM
> 
> The current working branch is virtio-1.4 so lets use that as our reference for
> gitpublish.
> 
> 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
> 

Reviewed-by: Parav Pandit <[email protected]>