Dongjoon Hyun created SPARK-28511:
-------------------------------------

             Summary: 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


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: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to