diff --git a/Documentation/dev-release.txt b/Documentation/dev-release.txt index 6726f4a53a..b1605dba34 100644 --- a/Documentation/dev-release.txt +++ b/Documentation/dev-release.txt @@ -146,7 +146,8 @@ Commit the change and create the release tag on the new commit: * Build the Gerrit WAR and API JARs + ---- - buck build release + buck clean + buck build --no-cache release buck build api_install ----