hop-protocol / hop

🐰 Hop Protocol Monorepo
https://hop.exchange/
MIT License
2.85k stars 188 forks source link

Introduce `changesets` to our operations for better versioning #581

Open shanefontaine opened 9 months ago

shanefontaine commented 9 months ago

I believe changesets is the industry standard for versioning, changelog, etc. It is recommended by pnpm. It is used by almost all projects.

Unknown in my head is how can this be done without adding a ton of unnecessary overhead for each version? It definitely makes sense for a large org like Optimism, but can we tailor it for speed with a smaller team?