Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Currently the project release notes are stored in the root of the website project:
0.9.0-incubating/release_notes.md 0.10.0-incubating/release_notes.md 0.11.0-incubating/release_notes.md 0.12.0-incubating/release_notes.md 0.13.0-incubating/release_notes.md
Since these are not included under the _src directory, they are not generated for the website, so currently the roadmap on the website links to them on GitHub, which is awkward (links such as https://github.com/apache/incubator-systemml-website/blob/master/0.13.0-incubating/release_notes.md).
They can be moved to a location such as _src/release_notes/release_notes-0.9.0-incubating.md, etc...
This would allow them to be generated for the project website, which can then be linked to internally rather than linking to GitHub.