From 72344a3ebc5be8c3ca25a41a4e420b6429139fd3 Mon Sep 17 00:00:00 2001 From: Paul Schaub Date: Tue, 14 Aug 2018 00:09:23 +0200 Subject: [PATCH] add javadoc + jacoco links --- Release-Checklist.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Release-Checklist.md b/Release-Checklist.md index 9693797..0e32ec7 100644 --- a/Release-Checklist.md +++ b/Release-Checklist.md @@ -5,4 +5,7 @@ 5. clean the repository: `git clean -x -d -f` 6. release to maven central: `gradle uploadArchives install` 7. start next snapshot by bumping version in `version.gradle` and setting `isSnapshot = true` -8. push to the repository: `git push && git push --tags` \ No newline at end of file +8. push to the repository: `git push && git push --tags` +9. publish javadoc to /releases/X.X.X/ +10. publish jacocoRootReport to /releases/X.X.X/ +11. update /releases/latest link \ No newline at end of file