Skip to content

GH-49248: [Release] Include checksum in vote email#49249

Open
amoeba wants to merge 13 commits intoapache:mainfrom
amoeba:release/gh-49248--checksum-in-vote-thread
Open

GH-49248: [Release] Include checksum in vote email#49249
amoeba wants to merge 13 commits intoapache:mainfrom
amoeba:release/gh-49248--checksum-in-vote-thread

Conversation

@amoeba
Copy link
Member

@amoeba amoeba commented Feb 11, 2026

Rationale for this change

Resolves #49248

What changes are included in this PR?

Adds a step to the SOURCE_VOTE step in 02-source.sh to grab the checksum we just pushed to svn from dist.apache.org and include that checksum as a footnote in the vote thread email. I did it this way because the person running this script may run this script like,

SOURCE_DEFAULT=0 SOURCE_VOTE=1 dev/release/02-source.sh 23.0.1 0

So the only way to get the checksum at this point is with another SVN command or by downloading the file from dist.apache.org.

Are these changes tested?

Yes, using currently active RC and with the above command.

Are there any user-facing changes?

No.

@github-actions github-actions bot added the awaiting review Awaiting review label Feb 11, 2026
@amoeba
Copy link
Member Author

amoeba commented Feb 12, 2026

@raulcd this is ready for a review. I opted to put the checksum as a footnote since it's >80 chars and I didn't think it would look good if it was in the main text. Happy to do something else.

@github-actions github-actions bot added awaiting changes Awaiting changes and removed awaiting review Awaiting review labels Feb 12, 2026
Co-authored-by: Sutou Kouhei <kou@cozmixng.org>
@github-actions github-actions bot added awaiting change review Awaiting change review and removed awaiting changes Awaiting changes labels Feb 12, 2026
@amoeba amoeba requested a review from kou February 12, 2026 21:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

awaiting change review Awaiting change review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Release] Update vote thread email template to include checkum

2 participants