This is an automated email from the ASF dual-hosted git repository. mergebot-role pushed a commit to branch mergebot in repository https://gitbox.apache.org/repos/asf/beam-site.git
commit 3755d25e5dc11e6daf3603ee51d0ea9d7efd36eb Author: Pablo <pabl...@users.noreply.github.com> AuthorDate: Fri May 18 09:52:56 2018 -0700 Address comments. --- src/contribute/release-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/contribute/release-guide.md b/src/contribute/release-guide.md index cbcf1ca..d718401 100644 --- a/src/contribute/release-guide.md +++ b/src/contribute/release-guide.md @@ -158,7 +158,7 @@ Adjust any of the above properties to the improve clarity and presentation of th ### Verify that a Release Build Works -Run `./gradlew -PisRelease clean build` to ensure that the build processes that are specific to that profile are in good shape. +From a new workspace, run `git clean -fdx` to clean, and then `./gradlew -PisRelease build` to ensure that the build processes necessary for release are in good shape. ### Update and Verify Javadoc -- To stop receiving notification emails like this one, please contact mergebot-r...@apache.org.