You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit makes create_site.sh create directory "latest",
containing the docs for the latest release.
This commit also fixes a bug.
Previously, create_site chooses to copy only files in directory
whose names begin with the current version.
Since the current version of google-cloud-java is 0.y.z,
libraries in alpha and beta are copied properly.
However, libraries in GA are not copied, because their versions
are x.y.z where x is not 0.
0 commit comments