mateodelnorte / meta

tool for turning many repos into a meta repo. why choose many repos or a monolithic repo, when you can have both with a meta repo?
MIT License
2.03k stars 95 forks source link

Update multiple repositories at once #209

Closed sneko closed 4 years ago

sneko commented 4 years ago

Cannot access the Gitter... 404 error

Hi @mateodelnorte ,

Let's say I have 20 repositories, and 1 common to all others (for some helpers... like a library). Sometimes I make an important change and I want this one to be deployed as soon as possible.

I think I could hack something with meta except I cannot apply some filters on which repo to apply the steps.

While thinking about it I should first:

What do you think?

Maybe do you know some examples out there? Because for an "important" change, doing it manually is... very long and I could miss one repo.

Thank you,

patrickleet commented 4 years ago

we typically set up semantic-release and something like renovate bot, so once you publish the new shared lib, PRs are automatically made to all the other repos, and if you have good coverage/tests, turn on automerge.

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.