federation icon indicating copy to clipboard operation
federation copied to clipboard

Move to changesets for release management

Open benweatherman opened this issue 2 years ago • 1 comments

Apollo is adopting changesets across a lot of our projects and lerna was recently deprecated (though there's perhaps life left for lerna). Federation should likely follow the lead and start using changesets.

There's an example repo that could help guide us through the transition and apollo-utils is using it.

Some things to consider:

  1. Will this allow us to bump versions in lockstep? Currently we bump all package versions together and will need to support that.
  2. How do we make sure it's easy for contributions? We should make sure our docs on how to submit changes are accurate and up-to-date.

benweatherman avatar May 11 '22 20:05 benweatherman

Note that implementing this would fix #1815 as well

benweatherman avatar Jun 28 '22 01:06 benweatherman

Nice work @clenfest!

benweatherman avatar Jan 10 '23 21:01 benweatherman