With #1638, the assembly tarball was changed to be created as part of the install phase, whereas previous Druid versions used to create it as part of the package phase.
This means that running mvn release:prepare alone is no longer enough to generate the tarball, which was useful to upload release candidate builds, which we do not publish to maven central
With #1638, the assembly tarball was changed to be created as part of the install phase, whereas previous Druid versions used to create it as part of the package phase.
This means that running
mvn release:preparealone is no longer enough to generate the tarball, which was useful to upload release candidate builds, which we do not publish to maven central