-
Notifications
You must be signed in to change notification settings - Fork 4
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
[discussion] Find a way to coordinate / share / merge with Melos #8
Comments
Hey @Salakar! I am more then happy to see That said, I am a bit worried about "Conventional Commits". I wonder if that's mandatory with |
Happy to help
Nope it's not mandatory, only need to use it if you wanted automated version bumping and change logs. |
Let me play around with Meanwhile, you can see how we use |
@Salakar I got stuck pretty early. gql-dart/gql#192
|
Based on the readme also here's some quick info/points:
Covered by melos bootstrap.
Covered by |
I'd also recommend committing this for any of the devs to this project using Vscode: https://github.com/FirebaseExtended/flutterfire/blob/master/.vscode/settings.json And for IntelliJ, making sure you have these git ignores:
|
Thanks! One thing I had implemented in It gives me a quick overview of the monorepo: https://github.com/gql-dart/gql/blob/master/docs/gql.svg The implementation is very simple. Are you open to adding it to |
Yes definitely :) |
One of the design goals for With https://github.com/gql-dart/gql/pull/192/checks?check_run_id=1889415286 |
Melos auto-detects if |
Let me list some examples to consider. We can take https://github.com/gql-dart/gql as en example. It consists of Dart packages and a single Additionally, contributors might have access to a device which for whatever reason does not have Another use case is actually a CI system which could get away with lighter For |
I've migrated the |
Hey 👋
I came across multipack today whilst searching on pub.dev for monorepo tools.
This is purely speculation, but I thought it might be worth at least discussing if you'd be interested in collaboration here; I'm the author of Melos and as far as I can see Melos mostly covers the design goals of multipack so this may be an opportunity to reduce maintenance burdens for both our projects by collaborating.
Thoughts? Happy to answer any questions, I'm also on the Discord server (Salakar#1337) should you wish to chat that way.
The text was updated successfully, but these errors were encountered: