As we already remove RLC related code from JS emitter, so our next step is to remove the RLC related work in the JS release tool. Today, when service team use the RLC setting in SDK automation, we could not provide a clear message to suggest them to move to modular.
As there are still a couple of libraries that use the following config:
'is-modular-library: false':
We could consider 2 approaches:
Option 1. Active communicate and wait till all services get rid of RLC SDK generation, then we just remove the RLC path in the release tool.
Option 2. Update release tool directly and for services that still use RLC setting, report a clear message to ask them to update the config to use modular
As the remaining lib are most related to data plane, @xirzec, please let us know your preference. thanks
As we already remove RLC related code from JS emitter, so our next step is to remove the RLC related work in the JS release tool. Today, when service team use the RLC setting in SDK automation, we could not provide a clear message to suggest them to move to modular.
As there are still a couple of libraries that use the following config:
'is-modular-library: false':
We could consider 2 approaches:
Option 1. Active communicate and wait till all services get rid of RLC SDK generation, then we just remove the RLC path in the release tool.
Option 2. Update release tool directly and for services that still use RLC setting, report a clear message to ask them to update the config to use modular
As the remaining lib are most related to data plane, @xirzec, please let us know your preference. thanks