Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

f

Table of Contents

Info

It is useful to go through this document fully before getting started with the release.

Expect that the whole release process could take 10+ hours and span a few days.

...

Code Block
languagebash
$ mvn -Darguments=-DskipTests release:prepare -Pscala-2.12,release-sign-artifacts
# Be sure to answer the questions as below (example):
[INFO] Checking dependencies and plugins for snapshots ...
What is the release version for "Pinot"? (org.apache.pinot:pinot) 0.3.0: : 
What is SCM release tag or label for "Pinot"? (org.apache.pinot:pinot) pinot-0.3.0: : release-0.3.0-rc0
What is the new development version for "Pinot"? (org.apache.pinot:pinot) 0.3.1-SNAPSHOT: : 0.4.0-SNAPSHOT

...