Uh oh!
There was an error while loading. Please reload this page.
[SPARK-30253][INFRA] Do not add commits when releasing preview version - #26879
[SPARK-30253][INFRA] Do not add commits when releasing preview version#26879wangyum wants to merge 2 commits into
Conversation
SparkQA
commented
Dec 13, 2019
Test build #115294 has finished for PR 26879 at commit
|
|
|
| @@ -104,7 +109,9 @@ git commit -a -m "Preparing development version $NEXT_VERSION" | |||
| if ! is_dry_run; then | |||
| # Push changes | |||
| git push origin $RELEASE_TAG | |||
There was a problem hiding this comment.
I'm wondering if we can have a pointer during vote like the following.
There was a problem hiding this comment.
Yes. We still have a similar pointer. But we do not add any commits.
There was a problem hiding this comment.
😮 It's interesting. Does the pointer look like the following really?
There was a problem hiding this comment.
This is an example: https://github.com/wangyum/spark/releases/tag/v3.0.0-preview2-rc1
dongjoon-hyun
commented
Dec 15, 2019
cc @gatorsmile |
SparkQA
commented
Dec 15, 2019
Test build #115348 has finished for PR 26879 at commit
|
wangyum
commented
Dec 16, 2019
I'm merging it and will be releasing preview2 soon. |
wangyum
commented
Dec 16, 2019
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