rubenada commented on a change in pull request #2229: URL: https://github.com/apache/calcite/pull/2229#discussion_r519757384
########## File path: site/_docs/howto.md ########## @@ -684,8 +688,13 @@ Note: release artifacts (dist.apache.org and repository.apache.org) are managed Before you start: +* Send an email to [[email protected]](mailto:[email protected]) notifying that RC build process + is starting and therefore `master` branch is in code freeze until further notice. * Set up signing keys as described above. * Make sure you are using JDK 8 (not 9 or 10). +* Make sure `master` branch and `site` branch are in sync, i.e. there is no commit on `site` that has not + been applied also to `master`. You can check by doing `git checkout site; git rebase -i master`. + If they are not in sync, cherry-pick the missing commit(s) into `master`. Review comment: Ok, rephrased. I'll trust you on this git magic :) ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
