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
Problem:
When individual packages (e.g., CLI) are updated, the metapackage repo may still have outdated links to these submodules. As a result, development from the metapackage might occur with stale submodule versions.
Proposed solution:
Develop a GitHub Action that periodically or when triggered updates the submodule pointers in the metapackage to the latest versions available in their respective repositories.
Steps to Implement:
Create a GitHub Action workflow file (.github/workflows/update-submodules.yml).
Set up a trigger for the action.
Define steps to pull the latest changes for each submodule and commit those changes back to the metapackage repository.
The text was updated successfully, but these errors were encountered:
Problem:
When individual packages (e.g., CLI) are updated, the metapackage repo may still have outdated links to these submodules. As a result, development from the metapackage might occur with stale submodule versions.
Proposed solution:
Develop a GitHub Action that periodically or when triggered updates the submodule pointers in the metapackage to the latest versions available in their respective repositories.
Steps to Implement:
The text was updated successfully, but these errors were encountered: