Currently the changelog validator in our repo tooling won't flag this, which is easy to do accidentally when merging:
## 1.2.3
* Foo
* Bar
* Baz
This will make two lists instead of one on pub.dev, which we don't want. Our style is always to have a single top-level list as the changelog, so we should have the repo tooling catch this and log an error.
Currently the changelog validator in our repo tooling won't flag this, which is easy to do accidentally when merging:
This will make two lists instead of one on pub.dev, which we don't want. Our style is always to have a single top-level list as the changelog, so we should have the repo tooling catch this and log an error.