-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-30253][INFRA] Do not add commits when releasing preview version #26879
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Test build #115294 has finished for PR 26879 at commit
|
srowen
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems fine if it still works.
|
|
|
|
|
|
||
| if ! is_dry_run; then | ||
| # Push changes | ||
| git push origin $RELEASE_TAG |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Where is this tag pointing at, @wangyum ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm wondering if we can have a pointer during vote like the following.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes. We still have a similar pointer. But we do not add any commits.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😮 It's interesting. Does the pointer look like the following really?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is an example: https://github.com/wangyum/spark/releases/tag/v3.0.0-preview2-rc1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
v3.0.0-preview2-rc1: 1b41cb5
|
cc @gatorsmile |
|
Test build #115348 has finished for PR 26879 at commit
|
|
I'm merging it and will be releasing preview2 soon. |
|
Merged to master |
What changes were proposed in this pull request?
This PR add support do not add commits to master branch when releasing preview version.
Why are the changes needed?
We need manual revert this change, example:

Does this PR introduce any user-facing change?
No.
How was this patch tested?
manual test