Release Notes¶
Contents:
Creation¶
To auto create and manage release notes please follow the following steps:
Download the template of release notes here:
Release notes template.Please follow the instructions given in the file and create your release notes. You can check out the sample here
Sample Release Notes.
Warning
All packages/components from 0.18 onwards MUST have release notes for them. Without release notes they will not build.
This is not applicable to packages built before 0.18 and which are marked to be used for 0.18.
It will still work if you build a 0.18 package with only one component with version greater than 0.18 and other being an older component would still work.
If the version defined for component is not a valid format (Valid format - MM.mm.*) then it needs to have release notes. For example, IHUB has versions that do follow this methodology.
Please see below for some valid scenarios.
Usage¶
At ECU level, this is formatted a little cleaner.
At domain level, the ECU level information is thrown out. We get a list that is then showing what the domain changes are by ECU.
At the vehicle level, the Domain level information is thrown out. We get a list of what has changed by domain and by ECU.
Valid Scenarios¶
Batt12Vpackage built for00.13with no release note, is marked to be usable for00.18.BPGpackage built for00.18withBPG_APPversion as00.18with release note andBPG_BLUversion as00.16and no release note.IHUBpackage built for their version style, needs to always have release notes for each component.
Invalid Scenarios¶
BPGpackage built for00.18withBPG_APPversion as00.18with release note andBPG_BLUversion as00.18and no release note.IHUBpackage built for their version style, with any component with no release note.BPGpackage built for00.18withBPG_APPversion as00.18and version in release note txt file to be different than00.18
Showing component version¶