doc: Add extra context around release mapping

Adds some inline text to help contributors who
have not had to deal with release mappings before.

Change-Id: I064e5c80a11005df97e38523a7d703e803fa4a41
This commit is contained in:
Julia Kreger 2024-04-25 06:49:29 -07:00
parent c1f3daf7b0
commit 6c1e002c0d
1 changed files with 4 additions and 0 deletions

View File

@ -704,6 +704,10 @@ RELEASE_MAPPING = {
'FirmwareComponent': ['1.0'],
}
},
# NOTE(TheJulia): Items above this line are for shipped versions
# for the mappings. If your making a non-release related change,
# make it below. To release, we will preserve a version matching
# the release as a separate block of text, like above.
'master': {
'api': '1.90',
'rpc': '1.59',