cameronlee314 opened a new pull request #1319: [minor] fix version property in releases pages URL: https://github.com/apache/samza/pull/1319 Symptom: The horizontal RELEASES menu on the website pages do not show any options other than LATEST. Cause: If the versioned page link can't be found, then the page will not show that version in the menu. The version property which is used to generate the versioned page links only has two parts (e.g. "1.0", "1.1"), but the pages are organized with 3-part versions (e.g. "1.0.0"), so the page links aren't found. Changes: Use the 3-part version for the version property. Tests: Deployed the website locally and saw the "1.0.0" entry in the horizontal menu. Note that the entries for "1.1.0"/"1.2.0"/"1.3.0" don't show up because no one published those versioned pages. API/Usage changes: N/A
---------------------------------------------------------------- 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] With regards, Apache Git Services
