From cc439fe880ddc8f0dfe4ebe4546fd3aef714c38e Mon Sep 17 00:00:00 2001 From: Sarah Gilmore Date: Fri, 17 May 2024 10:25:17 -0400 Subject: [PATCH] Add comment to release documentation warning users to not run 02-source.sh until the Release GH Actions workflow is finished --- docs/source/developers/release.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/source/developers/release.rst b/docs/source/developers/release.rst index f5fb9744fab28..e2aed9711df81 100644 --- a/docs/source/developers/release.rst +++ b/docs/source/developers/release.rst @@ -201,7 +201,10 @@ Build source and binaries and submit them # Build the source release tarball and create Pull Request with verification tasks # - # Note that you need to have GitHub CLI installed to run this script. + # NOTE: Do not run this script until the "Release" GitHub Actions workflow - triggered by + # pushing the release candidate tag - has finished. + # + # NOTE: You need to have GitHub CLI installed to run this script. dev/release/02-source.sh # Submit binary tasks using crossbow, the command will output the crossbow build id