Resolve "Set a link to the release note"
Description
Being able to show the release note of the corresponding version. Similar to what Have a look at 35c12b2e for similar modification did.
- The url
example: https://gitlab.e.foundation/e/os/releases/-/releases/v0.9.0-pie
-
build.prop variables to use
- ro.lineage.build.version=0.9 (use ro.cm.build.version on nougat)
- ro.build.version.sdk=29 (29=pie, 28=oreo, 27=nougat)
-
Warning
- Need to create tag with v0.9 format for minor releases, and v0.9.0 for patch releases
Related issues
Closes #21
Type of change
-
Bug fix (non-breaking change which fixes an issue) -
New feature (non-breaking change which adds functionality) -
Breaking change (fix or feature that would cause existing functionality to not work as expected) -
This change requires a documentation update
Related MRs
How has this been tested?
Checklist:
-
My code follows the style guidelines of this project -
I have performed a self-review of my own code -
I have commented my code, particularly in hard-to-understand areas -
I have made corresponding changes to the documentation -
New and existing unit tests pass locally with my changes -
Any dependent changes have been merged and published in downstream modules
Closes #21
Edited by Romain Hunault