[
https://issues.apache.org/jira/browse/SPARK-28511?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dongjoon Hyun resolved SPARK-28511.
-----------------------------------
Resolution: Fixed
Fix Version/s: 3.0.0
Issue resolved by pull request 25254
[https://github.com/apache/spark/pull/25254]
> Get REV from RELEASE_VERSION instead of VERSION
> -----------------------------------------------
>
> Key: SPARK-28511
> URL: https://issues.apache.org/jira/browse/SPARK-28511
> Project: Spark
> Issue Type: Bug
> Components: Project Infra
> Affects Versions: 3.0.0
> Reporter: Dongjoon Hyun
> Assignee: Dongjoon Hyun
> Priority: Minor
> Fix For: 3.0.0
>
>
> Unlike the other versions, `x.x.0-SNAPSHOT` causes `x.x.-1`. Although this
> will not happen in the tags (there is no `SNAPSHOT` postfix), we had better
> fix this.
> {code}
> $ dev/create-release/do-release-docker.sh -d /tmp/spark-3.0.0 -n
> Output directory already exists. Overwrite and continue? [y/n] y
> Branch [branch-2.4]: master
> Current branch version is 3.0.0-SNAPSHOT.
> Release [3.0.-1]:
> {code}
> The following is the expected behavior.
> {code}
> $ dev/create-release/do-release-docker.sh -d /tmp/spark-3.0.0 -n
> Branch [branch-2.4]: master
> Current branch version is 3.0.0-SNAPSHOT.
> Release [3.0.0]:
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]