update the release script for 6.0-beta1

This commit is contained in:
Laurent Rineau 2024-05-24 18:00:25 +02:00
parent c9ca4fdc6a
commit 48ba3e6f8c
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ actions = {
"Thursday": integration, "Thursday": integration,
"Friday": release("5.5"), "Friday": release("5.5"),
"Saturday": release("5.6"), "Saturday": release("5.6"),
"Sunday": master, "Sunday": beta_release_from_master(1),
} }