dotcom-rendering icon indicating copy to clipboard operation
dotcom-rendering copied to clipboard

Automate Publishing Of API Models To npm

Open JamieB-gu opened this issue 3 years ago • 0 comments

We have several other projects that publish npm packages automatically using different methods:

  • atoms-rendering - using changesets
  • libs - using semantic release
  • cdk - using semantic release
  • source - using changesets

DevX can help us understand the current best practice and set it up on this project.

We'll want releases of both packages to happen together and to remain in sync (version numbers etc.). We'll need to take into account that we're publishing more than just a JavaScript/TypeScript package. As a result, we may want to opt for tooling that can understand multiple languages and package managers (semantic release for example).

JamieB-gu avatar Aug 09 '22 16:08 JamieB-gu