Does the .zip for distribution contain any git files? And a new clone of the branch will necessarily be clean.
jon On Thu, Jan 21, 2021, 5:31 PM leerho <[email protected]> wrote: > +1 (For the record ... there's no reason I shouldn't count! ) > > - Checked all files for "incubat*" that should be removed. > - LICENSE > - NOTICE > - README.md > - DISCLAIMER-WIP : Removed > -.asf.yml > - pom.ml > - Ran unit tests & Clover ( coverage > 90%) > - Ran Spotbugs & Checkstyle > - temporary branches are either checked in or removed. > - git status is clean > - POM plugins updated to most recent stable releases > - Ran Maven Rat check > - Ran mvn clean test -P strict > - Javadocs compile OK > - The dist/.../ZIP file has all the right stuff and with the correct > github-ID > - The dist/.../maven/ has all the JAR files that are distributed via Maven > Central with the correct signatures > - Maven Central / Staging has all the JAR files and signatures with the > correct signatures > - The Release Process For Java Components > <https://datasketches.apache.org/docs/Community/ReleaseProcessForJavaComponents.html> > was > closely followed and updated for TLP. > > > > >
