codeant-ai-for-open-source[bot] commented on PR #37222:
URL: https://github.com/apache/superset/pull/37222#issuecomment-4029571877

   ## **Sequence Diagram**
   
   This PR replaces the monolithic Lerna dependency with modular Lerna Lite 
packages while preserving the existing workflow for versioning and publishing 
Superset UI packages from git tags.
   
   ```mermaid
   sequenceDiagram
       participant Maintainer
       participant NpmScript as NPM script
       participant LernaLite as Lerna Lite
       participant Registry as Package registry
   
       Maintainer->>NpmScript: Run plugins release from tag
       NpmScript->>LernaLite: Determine versions from git tags
       LernaLite->>LernaLite: Update package versions and metadata
       LernaLite->>Registry: Publish updated packages
       Registry-->>Maintainer: Packages available for install
   ```
   
   ---
   *Generated by [CodeAnt AI](https://codeant.ai)*
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to