From f31e5a984fcc899e9aff4690cd199085ab63d8aa Mon Sep 17 00:00:00 2001 From: Ward Vandewege Date: Wed, 1 Jun 2022 13:34:51 -0400 Subject: [PATCH] Tweak to the order of release tasks: the reference to the default package that the installer uses should only be updated after that package is published. No issue # Arvados-DCO-1.1-Signed-off-by: Ward Vandewege --- cmd/art/TASKS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cmd/art/TASKS b/cmd/art/TASKS index 385e283..64b060e 100644 --- a/cmd/art/TASKS +++ b/cmd/art/TASKS @@ -1,5 +1,5 @@ Prepare release branches -Update provision.sh, formula and arvbox to point to release. Update the "Upgrading Arvados and Release notes" doc page (main and release branch). +Update the "Upgrading Arvados and Release notes" doc page (main and release branch) Ensure that the entire automated testing pipeline is passing on Jenkins Manual testing Review release branch @@ -19,6 +19,7 @@ Publish Python and Ruby packages Publish Java package Publish R package Publish arvados/arvbox-demo image +Update provision.sh, formula and arvbox to point to release Tag commits Ensure doc.arvados.org has new version Merge release notes (step 7) from "develop" to "main" on arvados.org -- 2.30.2