From: Ward Vandewege Date: Wed, 1 Jun 2022 17:34:51 +0000 (-0400) Subject: Tweak to the order of release tasks: the reference to the default X-Git-Url: https://git.arvados.org/arvados-dev.git/commitdiff_plain/f31e5a984fcc899e9aff4690cd199085ab63d8aa?ds=sidebyside 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 --- 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