Skip to content
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

Auto-Update Nested Submodules to Latest Versions #23

Open
martyanovandrey opened this issue Oct 2, 2024 · 0 comments
Open

Auto-Update Nested Submodules to Latest Versions #23

martyanovandrey opened this issue Oct 2, 2024 · 0 comments
Labels

Comments

@martyanovandrey
Copy link
Contributor

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:

  1. Create a GitHub Action workflow file (.github/workflows/update-submodules.yml).
  2. Set up a trigger for the action.
  3. Define steps to pull the latest changes for each submodule and commit those changes back to the metapackage repository.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Todo
Development

No branches or pull requests

1 participant