Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-28511

Get REV from RELEASE_VERSION instead of VERSION

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 3.0.0
    • 3.0.0
    • Project Infra
    • None

    Description

      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.

      $ 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]:
      

      The following is the expected behavior.

      $ 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]:
      

      Attachments

        Issue Links

          Activity

            People

              dongjoon Dongjoon Hyun
              dongjoon Dongjoon Hyun
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: