-
Could this project support [fvm](https://pub.dev/packages/fvm)?
At the moment, given a melos.yaml like this:
```
name: connect
packages:
- packages/**
scripts:
analyze: melos exec -…
-
Melos appears to be just what I was looking for to help with the release process for a couple of flutter apps that have a shared (private) package. I have been looking through the docs, examples, issu…
-
In order to persist command configuration, is there any interest in including a commands section to `melos.yaml`, similarly to `lerna.json`?
-
I'm noticing that only Melos only considers direct dependents with the `--depends-on` option, but it seems to me that the entire set of transitive dependents might be more useful (since it represents …
-
When we customize the MessageWidget we lose the default setup for threads and replies which we should still get unless we provide our own function or choose not to allow them. I think it would be bett…
-
Hello there,
This would be a helpful feature for me. Are you open to contributions?
I would likely approach this similarly to Lerna's approach — a configurable `message` field somewhere in melos…
-
Currently, there's no way to short circuit the confirmation prompt when setting a version manually.
```bash
melos version some_package --no-changelog --yes 1.0.0
```
It would be nice to have t…
-
In `melos.yaml` if the `name` key is same as one of the dependent package's name (e.g. amplify_flutter in this case), running `melos bs` throws an error as below.
```sh
> amplify-flutter % melos b…
-
It would be nice to be able to manage versions manually. The `lerna version` command supports the following actions:
```bash
lerna version 1.0.1 # set version explicitly to 1.0.1
lerna version…
-
For anyone unfamiliar, fvm is flutter version manager (similar to nvm for node, or rvm for ruby) which allows for hot switching between flutter channels in declarative way and does some caching to mak…