You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix regression: Allow #tip and #latest tags in *.lib
PR#873 introduced a regression in *.lib file handling:
https://github.com/ARMmbed/mbed-cli/pull/873/files
Before 1.10.0, Mbed CLi was able to import components
from lib files with 'latest' or 'tip' tag as revision specifier:
https://github.com/ARMmbed/mbed-os/#latest
It is no longer possible with 1.10.0:
[mbed] ERROR: Named branches not allowed in .lib, offending lib is mbed-os.lib
This change brings back support for both tags in lib files.
0 commit comments