From 93f062842490838bef3e8d71022901251c7997d9 Mon Sep 17 00:00:00 2001 From: Paul Schaub Date: Fri, 11 Feb 2022 14:29:12 +0100 Subject: [PATCH] We no longer publish javadoc and jacoco on our own --- Release-Checklist.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Release-Checklist.md b/Release-Checklist.md index d31c8e5..c9431ff 100644 --- a/Release-Checklist.md +++ b/Release-Checklist.md @@ -7,9 +7,5 @@ * create signed tag: `git tag -s $PGPAINLESS_VERSION -m "PGPainless $PGPAINLESS_VERSION"` * clean the repository: `git clean -x -d -f` * release to maven central: `gradle publish publishToMavenLocal` -* Generate javadoc and code coverage report: `gradle javadocAll jacocoRootReport` -* publish javadoc to /releases/X.X.X/ -* publish jacocoRootReport to /releases/X.X.X/ -* update /releases/latest link * start next snapshot by bumping version in `version.gradle` and setting `isSnapshot = true` * push to the repository: `git push && git push --tags` \ No newline at end of file