We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63e18c0 commit cc439feCopy full SHA for cc439fe
docs/source/developers/release.rst
@@ -201,7 +201,10 @@ Build source and binaries and submit them
201
202
# Build the source release tarball and create Pull Request with verification tasks
203
#
204
- # 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
205
+ # pushing the release candidate tag - has finished.
206
+ #
207
+ # NOTE: You need to have GitHub CLI installed to run this script.
208
dev/release/02-source.sh <version> <rc-number>
209
210
# Submit binary tasks using crossbow, the command will output the crossbow build id
0 commit comments