-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
index: map each release with compatible nrf-sdk version #43
Conversation
From now on each add-on release is accompanied with the nRF Connect SDK revision it is compatible with. This removes the `compatibleNcs` array previously utilized for representing similar relationship. Each release needs to be manually announced in the Add-ons index by modifying particular customer's index file. Signed-off-by: FilipZajdel <[email protected]>
Signed-off-by: FilipZajdel <[email protected]>
Signed-off-by: FilipZajdel <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Apart from my minor comments the change looks alright, although there's a conflicting request already from Golioth. Please comment or suggest on their PR to smoothen the ride.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add v
to SDK releases.
Signed-off-by: FilipZajdel <[email protected]>
@greg-fer can you have a look at the descriptions I have just added to the schema, please? |
VSC-2567
Changes:
compatibleNcs
array previously utilized for representing similar relationship.