diff --git a/Documentation/dev-release.txt b/Documentation/dev-release.txt index fc1ef28ef1..1b3e98f3e0 100644 --- a/Documentation/dev-release.txt +++ b/Documentation/dev-release.txt @@ -157,7 +157,8 @@ Tag the plugins: * Build the Gerrit WAR and API JARs + ---- - buck build release + buck clean + buck build --no-cache release buck build api_install ----