diff --git a/Release-Checklist.md b/Release-Checklist.md index 1dec71e..3e4ef0d 100644 --- a/Release-Checklist.md +++ b/Release-Checklist.md @@ -1,4 +1,4 @@ -* Check if code is in good shape -> `gradle check` +* Check if code is in good shape -> `gradle check javadocAll` * Stable release? -> `git checkout -b release/X.Y` * Set the version in `version.gradle`. Don't forget to set `isSnapshot = false` * `export PGPAINLESS_VERSION=X.X.X`