Handle multiple changie instances withing the same repo? #506
-
In Dagger, we have multiple changie instances within the same repo. For example here https://github.com/dagger/dagger/tree/main/sdk/go and here https://github.com/dagger/dagger/tree/main. This puts an extra overhead to the user to make sure they're in the correct folder when running Thoughts? cc @gerhard |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Have you seen the proposal here? #502 (reply in thread) I believe it is related. |
Beta Was this translation helpful? Give feedback.
-
I'd like to pitch my use case as well for this. The gist of it is I have a many-repo setup in which there is a monorepo, but unlike a normal monorepo, changes that are merged are then synced out to dedicated mirrors (repositories) for each project within the monorepo. Additionally each project is tagged/released from the mirrors and not the monorepo. As such i'd like for the changie instances to live within each project itself rather than the monorepo root. I read thru #502, but don't think it'll exactly work how I need. Mainly given it seems to assume the |
Beta Was this translation helpful? Give feedback.
Have you seen the proposal here? #502 (reply in thread) I believe it is related.