Skip to content

Commit cc439fe

Browse files
committed
Add comment to release documentation warning users to not run 02-source.sh until the Release GH Actions workflow is finished
1 parent 63e18c0 commit cc439fe

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/source/developers/release.rst

+4-1
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,10 @@ Build source and binaries and submit them
201201
202202
# Build the source release tarball and create Pull Request with verification tasks
203203
#
204-
# Note that you need to have GitHub CLI installed to run this script.
204+
# NOTE: Do not run this script until the "Release" GitHub Actions workflow - triggered by
205+
# pushing the release candidate tag - has finished.
206+
#
207+
# NOTE: You need to have GitHub CLI installed to run this script.
205208
dev/release/02-source.sh <version> <rc-number>
206209
207210
# Submit binary tasks using crossbow, the command will output the crossbow build id

0 commit comments

Comments
 (0)