>There are changes >such as documentation for new features, etc that should not be published >immediately
Could we publish "master" documentation under /master or /nightly folders? Anyway, it makes sense to publish multiple versions of the documentation. So why don't we publish master documentation as well? For instance: https://docs.gradle.org/nightly/userguide/userguide.html https://docs.gradle.org/6.0.1/userguide/userguide.html https://docs.gradle.org/5.6.4/userguide/userguide.html And so on. I suggest we drop "site" branch, and build the site from "master + release branches (or tags) for the past releases". Then the site update would be as follows: - commit to master - done Vladimir
