Skip to content

Commit 75ce128

Browse files
committed
more details
1 parent 8d3ae96 commit 75ce128

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

dev/release/README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,14 +157,22 @@ python3 -m twine upload --repository testpypi dist/datafusion-0.7.0.tar.gz
157157
### Run Verify Release Candidate Workflow
158158

159159
Before sending the vote email, run the manually triggered GitHub Actions workflow
160-
"Verify Release Candidate" and confirm all matrix jobs pass:
160+
"Verify Release Candidate" and confirm all matrix jobs pass across the OS/architecture matrix
161+
(for example, Linux and macOS runners):
161162

162163
1. Go to https://github.com/apache/datafusion-python/actions/workflows/verify-release-candidate.yml
163164
2. Click "Run workflow"
164165
3. Set `version` to the release version (for example, `52.0.0`)
165166
4. Set `rc_number` to the RC number (for example, `0`)
166167
5. Wait for all jobs to complete successfully
167168

169+
Include a short note in the vote email template that this workflow was run across all OS/architecture
170+
matrix entries and that all jobs passed.
171+
172+
```text
173+
Verification note: The manually triggered "Verify Release Candidate" workflow was run for version <VERSION> and rc_number <RC_NUMBER> across all configured OS/architecture matrix entries, and all matrix jobs completed successfully.
174+
```
175+
168176
### Send the Email
169177

170178
Send the email to start the vote.

0 commit comments

Comments
 (0)